diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-04 20:18:10 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-04 20:18:10 -0500 |
commit | a29f6a213fb18c199a4b1358327dc6d21f59eb64 (patch) | |
tree | f46eda968eee00f39cc094d35dbdfe5d254d7f86 /gawkapi.h | |
parent | 903e540568e70f71e0a2911cb5998ac2d82ebbb4 (diff) | |
download | egawk-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |