aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 0c6cf9d4..94ee6144 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -8329,7 +8329,7 @@ contains quotes, that have to be escaped by doubling them. The previously
described regexps fail to accept quoted fields with both commas and
quotes inside. He suggests that the simplest @code{FPAT} expression that
recognizes this kind of fields is @code{/([^,]*)|("([^"]|"")+")/}. He
-provides the following imput data test these variants:
+provides the following input data to test these variants:
@example
@c file eg/misc/sample.csv