[glib] Fix a typo in GRegex documentation



commit 6f48065958e24927c84f2983f746e39a3212998c
Author: Benjamin Otte <otte gnome org>
Date:   Thu Jul 9 15:34:00 2009 +0200

    Fix a typo in GRegex documentation

 docs/reference/glib/tmpl/gregex.sgml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml
index c1469b3..317aa59 100644
--- a/docs/reference/glib/tmpl/gregex.sgml
+++ b/docs/reference/glib/tmpl/gregex.sgml
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]