summaryrefslogtreecommitdiff
path: root/doc/regex.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /doc/regex.texi
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'doc/regex.texi')
-rw-r--r--doc/regex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/regex.texi b/doc/regex.texi
index 6601c6bf11..3c31db3b5d 100644
--- a/doc/regex.texi
+++ b/doc/regex.texi
@@ -1853,7 +1853,7 @@ matching or searching with the pattern buffer.
@node Using Registers
@subsection Using Registers
-A group in a regular expression can match a (posssibly empty) substring
+A group in a regular expression can match a (possibly empty) substring
of the string that regular expression as a whole matched. The matcher
remembers the beginning and end of the substring matched by
each group.