summaryrefslogtreecommitdiff
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-27 23:26:43 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-27 23:26:43 +0200
commitcea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf (patch)
treecadfc024fc3499a82abee1970b687a8f0a561252 /gawkapi.h
parent154ca7ba84b1f8db0f0bb48e294d2fc26b3f7fbe (diff)
downloadgawk-cea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf.tar.gz
Finished basic text of API chapter!
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 67cff698..30b0e939 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -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.