diff options
author | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-20 19:02:24 +0000 |
---|---|---|
committer | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-20 19:02:24 +0000 |
commit | 07fc52ad31af17f1a303683950ca783b243fb1bd (patch) | |
tree | 7c45d6a5741adb652c047366dddf3a2e8ce62929 /include | |
parent | ad4e1be1af5782b8bb05461788848fa2c4c7d2ca (diff) | |
download | busybox-w32-07fc52ad31af17f1a303683950ca783b243fb1bd.tar.gz busybox-w32-07fc52ad31af17f1a303683950ca783b243fb1bd.tar.bz2 busybox-w32-07fc52ad31af17f1a303683950ca783b243fb1bd.zip |
"formated" -> "formatted" throughout the code base.
git-svn-id: svn://busybox.net/trunk/busybox@15735 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index e8d121c1e..622c9c4d7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1783,7 +1783,7 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
1783 | "\t-c\tcheck MD5 sums against given list\n" \ | 1783 | "\t-c\tcheck MD5 sums against given list\n" \ |
1784 | "\nThe following two options are useful only when verifying checksums:\n" \ | 1784 | "\nThe following two options are useful only when verifying checksums:\n" \ |
1785 | "\t-s\tdon't output anything, status code shows success\n" \ | 1785 | "\t-s\tdon't output anything, status code shows success\n" \ |
1786 | "\t-w\twarn about improperly formated MD5 checksum lines") | 1786 | "\t-w\twarn about improperly formatted MD5 checksum lines") |
1787 | #define md5sum_example_usage \ | 1787 | #define md5sum_example_usage \ |
1788 | "$ md5sum < busybox\n" \ | 1788 | "$ md5sum < busybox\n" \ |
1789 | "6fd11e98b98a58f64ff3398d7b324003\n" \ | 1789 | "6fd11e98b98a58f64ff3398d7b324003\n" \ |
@@ -2621,7 +2621,7 @@ USE_FEATURE_MDEV_CONFIG( \ | |||
2621 | "\t-c\tcheck SHA1 sums against given list\n" \ | 2621 | "\t-c\tcheck SHA1 sums against given list\n" \ |
2622 | "\nThe following two options are useful only when verifying checksums:\n" \ | 2622 | "\nThe following two options are useful only when verifying checksums:\n" \ |
2623 | "\t-s\tdon't output anything, status code shows success\n" \ | 2623 | "\t-s\tdon't output anything, status code shows success\n" \ |
2624 | "\t-w\twarn about improperly formated SHA1 checksum lines") | 2624 | "\t-w\twarn about improperly formatted SHA1 checksum lines") |
2625 | 2625 | ||
2626 | #ifdef CONFIG_FEATURE_FANCY_SLEEP | 2626 | #ifdef CONFIG_FEATURE_FANCY_SLEEP |
2627 | # define USAGE_FANCY_SLEEP(a) a | 2627 | # define USAGE_FANCY_SLEEP(a) a |