Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 02:48:35 +0000 (02:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 02:48:35 +0000 (02:48 +0000)
svn path=/trunk/; revision=5813

docs/reference/ChangeLog
docs/reference/glib/building.sgml

index a465c8ab3fecd031b53bbd7ea1f02a8f254fb22f..e11df929d4dc85ae7cbb0d3368ad216df1b674f3 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-07  Matthias Clasen <mclasen@redhat.com>
+
+       * glib/building.sgml: Fix a typo
+
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
 
        * === Released 2.14.3 ===
index 71159ac96ffc452afb94ca4fe8b0aecf70ccb581..4141a63e521196706b450554c6bb08dda2466838 100644 (file)
@@ -148,7 +148,7 @@ How to compile GLib itself
       </listitem>
       <listitem>
        <para>
-         GRegex uses the the <ulink url="http://www.pcre.org/">PCRE library</ulink>
+         GRegex uses the <ulink url="http://www.pcre.org/">PCRE library</ulink>
          for regular expression matching. The default is to use the internal
          version of PCRE that is patched to use GLib for memory management
          and Unicode handling. If you prefer to use the system-supplied PCRE