summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-12-03 21:14:56 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-12-03 21:14:56 +0000
commit6d86e180c9ddb1dc63ef06976bf9be9ef4b1f05a (patch)
tree90985db58c378972b0f019a12d35e14ef69c1c3e
parent2db48b69d7679640419062f85b1e0a6fc9fe1e63 (diff)
downloadpango-6d86e180c9ddb1dc63ef06976bf9be9ef4b1f05a.tar.gz
Bug 501317 – "and" found where word should be "an"
2007-12-03 Behdad Esfahbod <behdad@gnome.org> Bug 501317 – "and" found where word should be "an" * docs/tmpl/layout.sgml: Fix typo. svn path=/trunk/; revision=2511
-rw-r--r--ChangeLog6
-rw-r--r--docs/tmpl/layout.sgml2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7520d81..796a1b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-12-03 Behdad Esfahbod <behdad@gnome.org>
+ Bug 501317 – "and" found where word should be "an"
+
+ * docs/tmpl/layout.sgml: Fix typo.
+
+2007-12-03 Behdad Esfahbod <behdad@gnome.org>
+
* examples/cairotwisted.c: Add some more comments to document
the math involved.
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index 64cb2c5a..8f599ae5 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -24,7 +24,7 @@ at once.
<!-- ##### STRUCT PangoLayout ##### -->
<para>
-The #PangoLayout structure represents and entire paragraph
+The #PangoLayout structure represents an entire paragraph
of text. It is initialized with a #PangoContext, UTF-8 string
and set of attributes for that string. Once that is done, the
set of formatted lines can be extracted from the object,