From: Benjamin Otte Date: Thu, 9 Jul 2009 13:34:00 +0000 (+0200) Subject: Fix a typo in GRegex documentation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6f48065958e24927c84f2983f746e39a3212998c;p=dana%2Fcg-glib.git Fix a typo in GRegex documentation --- diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml index c1469b37..317aa596 100644 --- a/docs/reference/glib/tmpl/gregex.sgml +++ b/docs/reference/glib/tmpl/gregex.sgml @@ -139,7 +139,8 @@ Flags specifying compile-time options. @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