summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-03 02:52:35 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-03 02:52:35 +0000
commitabc95686907267ef6e041b7446e81b787a3a2905 (patch)
tree8c575afa94041bc0255874d703d5f5ded9a470a8
parentb493dec91ed7bc20b67e9b89a99398c9cf743d5e (diff)
downloadbusybox-w32-abc95686907267ef6e041b7446e81b787a3a2905.tar.gz
busybox-w32-abc95686907267ef6e041b7446e81b787a3a2905.tar.bz2
busybox-w32-abc95686907267ef6e041b7446e81b787a3a2905.zip
Silly spelling fix
-Erik
-rw-r--r--include/usage.h2
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 @@
1194#define modprobe_trivial_usage \ 1194#define modprobe_trivial_usage \
1195 "[FILE ...]" 1195 "[FILE ...]"
1196#define modprobe_full_usage \ 1196#define modprobe_full_usage \
1197 "Used for hight level module loading and unloading." 1197 "Used for high level module loading and unloading."
1198#define modprobe_example_usage \ 1198#define modprobe_example_usage \
1199 "$ modprobe cdrom\n" 1199 "$ modprobe cdrom\n"
1200 1200