diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-02 20:17:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-02 20:17:55 +0000 |
commit | a1bccc0ba82cc2eef117bb90cd33867df35ad33a (patch) | |
tree | b0cd49908a23f040419e14f3678651005416d2fa /include/usage.h | |
parent | 9457e703570524e8bdf36e711445f49e4f9f54d9 (diff) | |
download | busybox-w32-a1bccc0ba82cc2eef117bb90cd33867df35ad33a.tar.gz busybox-w32-a1bccc0ba82cc2eef117bb90cd33867df35ad33a.tar.bz2 busybox-w32-a1bccc0ba82cc2eef117bb90cd33867df35ad33a.zip |
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Diffstat (limited to '')
-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 c8984e99b..0ac0284ce 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2743,7 +2743,7 @@ | |||
2743 | USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ | 2743 | USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ |
2744 | "\t-u\tsuppress duplicate lines" \ | 2744 | "\t-u\tsuppress duplicate lines" \ |
2745 | USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ | 2745 | USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ |
2746 | USAGE_SORT_BIG("\t-mST\tignored for GNU compatability") \ | 2746 | USAGE_SORT_BIG("\t-mST\tignored for GNU compatibility") \ |
2747 | "" | 2747 | "" |
2748 | #define sort_example_usage \ | 2748 | #define sort_example_usage \ |
2749 | "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ | 2749 | "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ |