aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-04 20:18:10 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-04 20:18:10 -0500
commita29f6a213fb18c199a4b1358327dc6d21f59eb64 (patch)
treef46eda968eee00f39cc094d35dbdfe5d254d7f86 /gawkapi.h
parent903e540568e70f71e0a2911cb5998ac2d82ebbb4 (diff)
downloadegawk-a29f6a213fb18c199a4b1358327dc6d21f59eb64.tar.gz
egawk-a29f6a213fb18c199a4b1358327dc6d21f59eb64.tar.bz2
egawk-a29f6a213fb18c199a4b1358327dc6d21f59eb64.zip
Document the new get_file API function in gawktexi.in.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 6893fda0..cdf81cc8 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -692,7 +692,7 @@ typedef struct gawk_api {
* supplying a file descriptor is currently NOT supported for pipes.
* It should work for input, output, append, and two-way (coprocess)
* sockets. If the filetype is two-way, we assume that it is a socket!
- * Note that in the two-way case, the intput and output file descriptors
+ * Note that in the two-way case, the input and output file descriptors
* may differ. To check for success, one must check that either of
* them matches.
*/