diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-23 08:41:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-23 08:41:08 +0000 |
commit | 49a5eba9ae7d560bbbbdc677712091acee4f426c (patch) | |
tree | 728708f9e1a817d5be9841c6d1bba941084c1789 /include/usage.h | |
parent | 040e32f84cdf376ab69fd7931e30100bbf020bfc (diff) | |
download | busybox-w32-49a5eba9ae7d560bbbbdc677712091acee4f426c.tar.gz busybox-w32-49a5eba9ae7d560bbbbdc677712091acee4f426c.tar.bz2 busybox-w32-49a5eba9ae7d560bbbbdc677712091acee4f426c.zip |
s/othervise/otherwise/g
Diffstat (limited to 'include/usage.h')
-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 e1e234367..9a73d0890 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2196,7 +2196,7 @@ | |||
2196 | #define lpd_full_usage "\n\n" \ | 2196 | #define lpd_full_usage "\n\n" \ |
2197 | "SPOOLDIR must contain (symlinks to) device nodes or directories" \ | 2197 | "SPOOLDIR must contain (symlinks to) device nodes or directories" \ |
2198 | "\nwith names matching print queue names. In the first case, jobs are" \ | 2198 | "\nwith names matching print queue names. In the first case, jobs are" \ |
2199 | "\nsent directly to the device. Othervise each job is stored in queue" \ | 2199 | "\nsent directly to the device. Otherwise each job is stored in queue" \ |
2200 | "\ndirectory and HELPER program is called. Name of file to print" \ | 2200 | "\ndirectory and HELPER program is called. Name of file to print" \ |
2201 | "\nis passed in $DATAFILE variable." \ | 2201 | "\nis passed in $DATAFILE variable." \ |
2202 | "\nExample:" \ | 2202 | "\nExample:" \ |