diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-27 23:26:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-27 23:26:43 +0200 |
commit | cea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf (patch) | |
tree | cadfc024fc3499a82abee1970b687a8f0a561252 /gawkapi.h | |
parent | 154ca7ba84b1f8db0f0bb48e294d2fc26b3f7fbe (diff) | |
download | egawk-cea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf.tar.gz egawk-cea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf.tar.bz2 egawk-cea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf.zip |
Finished basic text of API chapter!
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -539,7 +539,7 @@ typedef struct gawk_api { * access is needed. * * This function retrieves the current value of a scalar cookie. - * Once you have obtained a saclar_cookie using sym_lookup, you can + * Once you have obtained a scalar_cookie using sym_lookup, you can * use this function to get its value more efficiently. * * Return will be false if the value cannot be retrieved. |