projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6884a7
)
Fix a typo in GRegex documentation
author
Benjamin Otte
<otte@gnome.org>
Thu, 9 Jul 2009 13:34:00 +0000
(15:34 +0200)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 9 Jul 2009 13:35:43 +0000
(15:35 +0200)
docs/reference/glib/tmpl/gregex.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/glib/tmpl/gregex.sgml
b/docs/reference/glib/tmpl/gregex.sgml
index c1469b37a365cacf6cda0fa786e0f352656cd875..317aa596e0c1ac8c43ed79bc8277ad3542152fc0 100644
(file)
--- 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