summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2003-03-28 07:58:42 +0000
committerSven Neumann <neo@src.gnome.org>2003-03-28 07:58:42 +0000
commit7035eff9292e5598e59ff079de6215461883077e (patch)
tree4122b88ab85f16303fdee00295346b414ccd8d32
parent167c80f6c4364a69b8db1bb35dca7fd3b9f2b87e (diff)
downloadpango-7035eff9292e5598e59ff079de6215461883077e.tar.gz
pango/pangoft2-fontmap.c fixed typos in inline docs.
2003-03-28 Sven Neumann <sven@gimp.org> * pango/pangoft2-fontmap.c * pango/pangoxft-fontmap.c: fixed typos in inline docs.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pangoft2-fontmap.c2
-rw-r--r--pango/pangoxft-fontmap.c2
7 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e683e2e..919d1bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am: Add an --enable-debug
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 3e683e2e..919d1bcd 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am: Add an --enable-debug
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 3e683e2e..919d1bcd 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am: Add an --enable-debug
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 3e683e2e..919d1bcd 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am: Add an --enable-debug
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 3e683e2e..919d1bcd 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am: Add an --enable-debug
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c
index a44b397d..9feea38f 100644
--- a/pango/pangoft2-fontmap.c
+++ b/pango/pangoft2-fontmap.c
@@ -169,7 +169,7 @@ pango_ft2_font_map_new (void)
* Sets a function that will be called to do final configuration
* substitution on a #FcPattern before it is used to load
* the font. This function can be used to do things like set
- * hinting and antiasing options.
+ * hinting and antialiasing options.
*
* Since: 1.2
**/
diff --git a/pango/pangoxft-fontmap.c b/pango/pangoxft-fontmap.c
index c7b16995..9d800d10 100644
--- a/pango/pangoxft-fontmap.c
+++ b/pango/pangoxft-fontmap.c
@@ -272,7 +272,7 @@ pango_xft_shutdown_display (Display *display,
* Sets a function that will be called to do final configuration
* substitution on a #FcPattern before it is used to load
* the font. This function can be used to do things like set
- * hinting and antiasing options.
+ * hinting and antialiasing options.
*
* Since: 1.2
**/