From: Eric Andersen Date: Mon, 14 Jul 2003 22:14:49 +0000 (-0000) Subject: Fix a silly typo X-Git-Tag: 1_00_pre1~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=335816bc4cccccd568cf59ab761d77bb8f44681f;p=oweals%2Fbusybox.git Fix a silly typo --- diff --git a/include/usage.h b/include/usage.h index 14f2e2859..d7de5e09e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1585,7 +1585,7 @@ #define msvc_trivial_usage \ "-[udorspchaitkx] service" -#define msvc_full_usafe \ +#define msvc_full_usage \ "[option] service\n" \ "Where option is one of\n" \ "\t-u\tUp. If the service is not running, start it. If the service stops, restart it.\n" \