fix printf warning
[oweals/busybox.git] / libbb / run_parts.c
index 607b84190578d1cbbbf84588818a5c026a359871..4c8841fe597bd9ba2aeb33c7ef7ac7e31fbae415 100644 (file)
@@ -43,8 +43,8 @@ static int valid_name(const struct dirent *d)
        return 1;
 }
 
-/* test mode = 1 is the same as offical run_parts
- * test_mode = 2 means to fail siliently on missing directories
+/* test mode = 1 is the same as official run_parts
+ * test_mode = 2 means to fail silently on missing directories
  */
 
 extern int run_parts(char **args, const unsigned char test_mode, char **env)