diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 05:31:35 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 05:31:35 +0200 |
commit | af3bd5ea36908e9d706dd18bfd263e3fd83ee279 (patch) | |
tree | 9742067034befb663c8fb7c7e5080392d15bf676 /doc/gawk.texi | |
parent | 6639a575ebfbf3a62fe168c6152429c47d591d75 (diff) | |
download | egawk-af3bd5ea36908e9d706dd18bfd263e3fd83ee279.tar.gz egawk-af3bd5ea36908e9d706dd18bfd263e3fd83ee279.tar.bz2 egawk-af3bd5ea36908e9d706dd18bfd263e3fd83ee279.zip |
Fix some typos in the doc, update the wordlist.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index ed6551d6..5a5a395d 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -38210,7 +38210,7 @@ It's like sports talk radio---you feel smarter for not having read it. @cindex @code{comp.lang.awk} newsgroup Please do @emph{not} try to report bugs in @command{gawk} by posting to the Usenet/Internet newsgroup @code{comp.lang.awk}. Although some of the -@command{gawk} developers occasionally read this newgroup, the primary +@command{gawk} developers occasionally read this news group, the primary @command{gawk} maintainer no longer does. Thus it's virtually guaranteed that he will @emph{not} see your posting. The steps described here are the only officially recognized way for reporting bugs. Really. @@ -38760,7 +38760,7 @@ Instead, use @samp{strcmp(a, b) == 0}. @item If adding new bit flag values, use explicit hexadecimal constants -(@code{0x001}, @code{0x002}, @code{0x004}, and son on) instead of +(@code{0x001}, @code{0x002}, @code{0x004}, and so on) instead of shifting one left by successive amounts (@samp{(1<<0)}, @samp{(1<<1)}, and so on). @end itemize |