diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 22:39:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 22:39:45 +0300 |
commit | e6a57c37363922820a49ea95f2a2d9e03a3beeb5 (patch) | |
tree | e96603c162be4c4a576f4c84e8b6cf683fab4a6d /doc/gawktexi.in | |
parent | d78dfb8e1509828afb7a0fa20911ccbb05d9df0e (diff) | |
download | egawk-e6a57c37363922820a49ea95f2a2d9e03a3beeb5.tar.gz egawk-e6a57c37363922820a49ea95f2a2d9e03a3beeb5.tar.bz2 egawk-e6a57c37363922820a49ea95f2a2d9e03a3beeb5.zip |
Typo fix in the doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 002936c8..9714f1a4 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -27416,7 +27416,7 @@ finds translations. However, the @env{LANGUAGE} environment variable overrides the @env{LC_@var{xxx}} variables. Many GNU/Linux systems may define this variable without your knowledge, causing @command{gawk} to not find the correct translations. If this happens to you, -look to see if @env{LANGAUGE} is defined, and if so, use the shell's +look to see if @env{LANGUAGE} is defined, and if so, use the shell's @command{unset} command to remove it. @end quotation |