From: Matthias Clasen Date: Fri, 13 Jul 2012 21:37:12 +0000 (-0400) Subject: Fix doc build X-Git-Tag: 2.33.4~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34b2125edff9d4ce1dc6e2e84e5a816ee14b4791;p=platform%2Fupstream%2Fglib.git Fix doc build --- diff --git a/glib/gregex.c b/glib/gregex.c index c8ccf3f..a6e6715 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -98,7 +98,7 @@ * '\U' always matches 'U' instead of being an error in the pattern. Finally, * pattern matching is modified so that back references to an unset subpattern * group produces a match with the empty string instead of an error. See - * man:pcreapi(3) for more information. + * man:pcreapi(3) for more information. * * Creating and manipulating the same #GRegex structure from different * threads is not a problem as #GRegex does not modify its internal