From 6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 25 May 2016 01:29:06 +0300 Subject: Small typo fix in the doc. --- doc/gawk.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawk.texi') 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(); -- cgit v1.2.3