diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:29:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:29:06 +0300 |
commit | 6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (patch) | |
tree | 06927bc44eaca44e7dae698443b2ec4616273cac /doc/gawk.texi | |
parent | 5aa222c52f21226bf807aa4c38339d62f3a3156c (diff) | |
download | egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.tar.gz egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.tar.bz2 egawk-6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a.zip |
Small typo fix in the doc.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 5864346c..407c8a38 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -33339,7 +33339,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(); |