summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--pango/pango-layout.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4615f252..80bb96e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-05 Behdad Esfahbod <pango@behdad.org>
+
+ * pango/pango-layout.c (pango_layout_set_auto_dir): Fixed typo in
+ docs.
+
2005-08-29 Behdad Esfahbod <pango@behdad.org>
* pango/opentype/ottest.c, pango/opentype/disasm.c: Generate valid
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 45e1e2ed..4ba402fd 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -579,7 +579,7 @@ pango_layout_get_justify (PangoLayout *layout)
* right-to-left layout is done by according to the base direction
* of the layout's #PangoContext. (See pango_context_set_base_dir()).
*
- * When the auto-computed direction or a paragraph differs from the
+ * When the auto-computed direction of a paragraph differs from the
* base direction of the context, then the interpretation of
* %PANGO_ALIGN_LEFT and %PANGO_ALIGN_RIGHT are swapped.
**/