summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorBehdad Esfahbod <pango@behdad.org>2005-09-05 07:56:50 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-09-05 07:56:50 +0000
commite40599ab33d7cfe16512cca6152e26c6230cee4f (patch)
tree565a3eddd168f3b5530aa3d397467d889548c6a3 /pango
parent6756dbfaa1dc02c2f8ad47eaf3946d52d10af726 (diff)
downloadpango-e40599ab33d7cfe16512cca6152e26c6230cee4f.tar.gz
Fixed typo in docs.
2005-09-05 Behdad Esfahbod <pango@behdad.org> * pango/pango-layout.c (pango_layout_set_auto_dir): Fixed typo in docs.
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
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.
**/