]> Pileus Git - ~andy/gtk/commitdiff
Typo fixes.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Apr 2003 18:18:23 +0000 (18:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Apr 2003 18:18:23 +0000 (18:18 +0000)
docs/reference/ChangeLog
docs/reference/gtk/building.sgml

index c9abc36ed8164f49718d9e013b94371f0a9848f5..ef80895e71ca0e7facf0306855d9090e46b48b07 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-09  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/building.sgml: More typo fixes.
+
 2003-04-08  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/building.sgml: Typo fix.
index 4d268de79dfd6b5a490efa61049a5986aeb65229..09080850d58f88c60587cacabd65504ec8302e76 100644 (file)
@@ -136,7 +136,7 @@ How to compile GTK+ itself
          <ulink
          url="http://www.freedesktop.org/software/pkgconfig/">pkg-config</ulink>
          is a tool for tracking the compilation flags needed for
-         libraries that is used by the GTK+ libraries. (For each
+         libraries that are used by the GTK+ libraries. (For each
          library, a small <literal>.pc</literal> text file is installed in a standard
          location that contains the compilation flags needed for that
          library along with version number information.)  The version
@@ -168,7 +168,7 @@ How to compile GTK+ itself
        <para>
          The GLib library provides core non-graphical functionality
          such as high level data types, Unicode manipulation, and
-         a object and type system to C programs. It is available
+         an object and type system to C programs. It is available
          from the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.2/">GTK+
          FTP site.</ulink>
        </para>
@@ -176,7 +176,7 @@ How to compile GTK+ itself
       <listitem>
        <para>
          <ulink url="http://www.pango.org">Pango</ulink> is a library
-         for internationalized text handling. Itis available from
+         for internationalized text handling. It is available from
          the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.2/">GTK+ FTP
          site.</ulink>. Either Pango-1.0 or Pango-1.2 can be used
          with GTK+-2.2, though Pango-1.2 is recommended.
@@ -240,8 +240,8 @@ How to compile GTK+ itself
          The <ulink url="http://www.fontconfig.org">fontconfig</ulink>
          library provides Pango with a standard way of locating
          fonts and matching them against font names. The Xft2
-         library, distributed with fontconfig, provide support for
-         scaleable and antialiased fonts on X. Pango includes two
+         library, distributed with fontconfig, provides support for
+         scalable and antialiased fonts on X. Pango includes two
          backends that work on top of fontconfig: an Xft2 backend
          and a backend that uses fontconfig and the underlying
          <ulink url="http://www.freetype.org">FreeType