diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-07-03 02:52:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-07-03 02:52:35 +0000 |
commit | a690654406f38ae26692a452c00bfaf021d99703 (patch) | |
tree | 8c575afa94041bc0255874d703d5f5ded9a470a8 | |
parent | a49df400dd019a7ef5cc73cc82c86fdc0bf765cb (diff) | |
download | busybox-w32-a690654406f38ae26692a452c00bfaf021d99703.tar.gz busybox-w32-a690654406f38ae26692a452c00bfaf021d99703.tar.bz2 busybox-w32-a690654406f38ae26692a452c00bfaf021d99703.zip |
Silly spelling fix
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@4986 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@ | |||
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 | ||