From eae0d8fa44e8594aa90eadf06e5f4fbeef314509 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 5 Jun 2014 19:54:00 +0000 Subject: [PATCH] opkg-build: Fix spelling mistake Signed-off-by: Paul Barker --- opkg-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opkg-build b/opkg-build index d5eeb88..98008b6 100755 --- a/opkg-build +++ b/opkg-build @@ -165,7 +165,7 @@ opkext=0 # This is needed because: # - Busybox tar doesn't support '--format' # - On some Linux distros, tar now defaults to posix format if '--format' -# isn't explictly specified +# isn't explicitly specified # - Opkg doesn't currently support posix format archives # # It's easier to check for mention of the '--format' option than to detect the