Fix a typo in GRegex documentation
authorBenjamin Otte <otte@gnome.org>
Thu, 9 Jul 2009 13:34:00 +0000 (15:34 +0200)
committerBenjamin Otte <otte@gnome.org>
Thu, 9 Jul 2009 13:35:43 +0000 (15:35 +0200)
docs/reference/glib/tmpl/gregex.sgml

index c1469b37a365cacf6cda0fa786e0f352656cd875..317aa596e0c1ac8c43ed79bc8277ad3542152fc0 100644 (file)
@@ -139,7 +139,8 @@ Flags specifying compile-time options.
 </para>
 
 @G_REGEX_CASELESS: Letters in the pattern match both upper and lower case
-letters. It be changed within a pattern by a "(?i)" option setting.
+letters. This option can be changed within a pattern by a "(?i)" option
+setting.
 @G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting
 of a single line of characters (even if it actually contains newlines).
 The "start of line" metacharacter ("^") matches only at the start of the