diff options
author | Firas Khalil Khana <firasuke@gmail.com> | 2020-09-19 16:49:18 +0300 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-09-20 02:26:26 -0500 |
commit | 88b34c4bd3f8c6f96e15bfcc18a7a8d2c1e1628a (patch) | |
tree | a2ea0c58db484de595b35b909b5deacc1216fc3b /www | |
parent | 79c2d3a08a673328401df6790a092cea1cfe7163 (diff) | |
download | toybox-88b34c4bd3f8c6f96e15bfcc18a7a8d2c1e1628a.tar.gz |
Fix a typo
Fix a small typo, should be `compress` not `compess`.
Diffstat (limited to 'www')
-rw-r--r-- | www/roadmap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index b13b8b9c..556a5c2a 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -94,7 +94,7 @@ we have to extensively filter posix to get a useful set of recommendations.</p> <p>Starting with the <a href="http://pubs.opengroup.org/onlinepubs/9699919799.2008edition/idx/utilities.html">full "utilities" list</a>, we first remove generally obsolete -commands (compess ed ex pr uncompress uccp uustat uux), commands for the +commands (compress ed ex pr uncompress uccp uustat uux), commands for the pre-CVS "SCCS" source control system (admin delta get prs rmdel sact sccs unget val what), fortran support (asa fort77), and batch processing support (batch qalter qdel qhold qmove qmsg qrerun qrls qselect qsig qstat qsub).</p> |