diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c9abc36ed8..ef80895e71 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2003-04-09 Matthias Clasen + + * gtk/building.sgml: More typo fixes. + 2003-04-08 Matthias Clasen * gtk/building.sgml: Typo fix. diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 4d268de79d..09080850d5 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -136,7 +136,7 @@ How to compile GTK+ itself pkg-config 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 .pc 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 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 GTK+ FTP site. @@ -176,7 +176,7 @@ How to compile GTK+ itself Pango is a library - for internationalized text handling. Itis available from + for internationalized text handling. It is available from the GTK+ FTP site.. 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 fontconfig 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 FreeType