diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-03 02:52:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-03 02:52:35 +0000 |
commit | abc95686907267ef6e041b7446e81b787a3a2905 (patch) | |
tree | 8c575afa94041bc0255874d703d5f5ded9a470a8 /include | |
parent | b493dec91ed7bc20b67e9b89a99398c9cf743d5e (diff) | |
download | busybox-abc95686907267ef6e041b7446e81b787a3a2905.tar.gz |
Silly spelling fix
-Erik
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 18593fb1d..8e2678348 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1194,7 +1194,7 @@ #define modprobe_trivial_usage \ "[FILE ...]" #define modprobe_full_usage \ - "Used for hight level module loading and unloading." + "Used for high level module loading and unloading." #define modprobe_example_usage \ "$ modprobe cdrom\n" |