diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-03-27 18:16:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-03-27 18:16:01 +0200 |
commit | 4dad96038318ee5c6fd0c8d1c13d55da2685882d (patch) | |
tree | 1b04752fc4471481abe8e3d6a6161bdfd6a3b87b | |
parent | 313dad7d1952138908194d67f9b3bb5ca12c952a (diff) | |
download | egawk-4dad96038318ee5c6fd0c8d1c13d55da2685882d.tar.gz egawk-4dad96038318ee5c6fd0c8d1c13d55da2685882d.tar.bz2 egawk-4dad96038318ee5c6fd0c8d1c13d55da2685882d.zip |
Fix a typo in NEWS.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Changes from 4.0.2 to 4.1 list of commands to run first. * Use -o to do pretty-printing only. * Use -p to do profiling. - This consierably reduces gawk's "footprint" and eases the documentation + This considerably reduces gawk's "footprint" and eases the documentation burden as well. 2. The new -l option (from xgawk) is used for loading dynamic extensions. |