aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-07-24 21:51:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-07-24 21:51:42 +0300
commitb4f3bf53972f5bc25bbc5568255875cbd8b2791c (patch)
treeb0817a8c63924f8147f4c1fc6c4f1f22ae4c9596 /doc/gawktexi.in
parent5d474d04c237a090e19d363c84a003cb0d83cb29 (diff)
downloadegawk-b4f3bf53972f5bc25bbc5568255875cbd8b2791c.tar.gz
egawk-b4f3bf53972f5bc25bbc5568255875cbd8b2791c.tar.bz2
egawk-b4f3bf53972f5bc25bbc5568255875cbd8b2791c.zip
Typo fix in the doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9714f1a4..8c40ab7f 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -34404,7 +34404,7 @@ function to tell if the input file is a terminal. (Hint: this function
is usually expensive to call; try to call it just once.)
The content of the prompt should come from a variable settable
by @command{awk}-level code.
-You can write the prompt to stanard error. However,
+You can write the prompt to standard error. However,
for best results, open a new file descriptor (or file pointer)
on @file{/dev/tty} and print the prompt there, in case standard
error has been redirected.