diff options
author | Jason Spiro <jasonspiro@users.noreply.github.com> | 2019-02-15 00:08:25 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-15 09:19:27 -0600 |
commit | 86cf62c69e9a1869054141ddaee5087e4c9fc417 (patch) | |
tree | 6791768e6bd601344df3a9ffb0f17b1e531d7bc1 /www | |
parent | b31192fd73b382358b1deb33dc6c4cf4ce9c613f (diff) | |
download | toybox-86cf62c69e9a1869054141ddaee5087e4c9fc417.tar.gz |
Fix typos: e.g. change "cannonical" to "canonical".
Diffstat (limited to 'www')
-rwxr-xr-x | www/news.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/news.html b/www/news.html index 600b298d..d010faa2 100755 --- a/www/news.html +++ b/www/news.html @@ -42,7 +42,7 @@ arguments, <b>cmp</b> accepts --quiet and --silent as synonyms for -s, <b>hostna added -sfd, <b>head</b> added --bytes as a synonym for -c and --lines as a synonym for -n, <b>mktemp</b> added -t and fixed -u, <b>sed</b> added -z and -iEXT to keep backup files, <b>md5sum</b> and sha1sum added --status and --check as synonyms -s and -c, -<b>readlink</b> added --cannonicalize as a synonym for -f, <b>sort</b> grew -V, +<b>readlink</b> added --canonicalize as a synonym for -f, <b>sort</b> grew -V, <b>patch</b> added -s its synonym --quiet, <b>stat</b> added --format as a synonym for -c, <b>xargs</b> added -p -t -r, Eduardas Meile asked |