Fix some formatting
[oweals/busybox.git] / messages.c
index 81fd9c75c4e4ce96886afee458f7995b665ef5b1..c06a87f01cf4853f766cdeab767be3b532513057 100644 (file)
@@ -81,8 +81,8 @@
 #if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN
        BB_DEF_MESSAGE(too_few_args, "too few arguments\n")
 #endif
-#if defined bb_need_name_longer_then_foo || ! defined BB_DECLARE_EXTERN
-       BB_DEF_MESSAGE(name_longer_then_foo, "Names longer then %d chars not supported.\n")
+#if defined bb_need_name_longer_than_foo || ! defined BB_DECLARE_EXTERN
+       BB_DEF_MESSAGE(name_longer_than_foo, "Names longer than %d chars not supported.\n")
 #endif