typo fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 Apr 2016 20:57:17 +0000 (22:57 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 Apr 2016 20:57:17 +0000 (22:57 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c

index 18583f91a53935f91a22e248e9623171a6ed536d..4b5b09f45db6e20fabe3b5593c072ff9047c83d9 100644 (file)
@@ -184,7 +184,7 @@ int FAST_FUNC find_applet_by_name(const char *name)
        //bb_error_msg("name:'%s' starting from:'%s' i:%u max:%u", name, p, i, max);
 #endif
 
-       /* Open-coded linear seatch without strcmp/strlen calls for speed */
+       /* Open-coded linear search without strcmp/strlen calls for speed */
 
 #if 0 /*BB_UNALIGNED_MEMACCESS_OK && BB_LITTLE_ENDIAN*/
        /* skip "[\0" name, it's surely not it */