aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:29:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:29:06 +0300
commit6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (patch)
tree06927bc44eaca44e7dae698443b2ec4616273cac /doc/gawktexi.in
parent5aa222c52f21226bf807aa4c38339d62f3a3156c (diff)
downloadegawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.tar.gz
egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.tar.bz2
egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.zip
Small 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 d704d90e..1eddecba 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -32430,7 +32430,7 @@ into @command{gawk}, you have to retrieve the array cookie from the value
passed in to @command{sym_update()} before doing anything else with it, like so:
@example
-awk_value_t value;
+awk_value_t val;
awk_array_t new_array;
new_array = create_array();