summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-16 00:00:08 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-16 00:00:08 +0000
commit80784ff7c9a587771eec11bd55739003884df028 (patch)
treef951333eecb12fdb8d44e6f53250c9e7a013cbe6 /docs
parentcc35f77a1b4e40ba85d583d0b0f301c288adb930 (diff)
downloadpango-80784ff7c9a587771eec11bd55739003884df028.tar.gz
Fix PANGO_DIRECTION_LTR/RTL cut-and-paste. (Tim Janik)
2005-03-15 Owen Taylor <otaylor@redhat.com> * docs/tmpl/main.sgml (pango_unichar_direction): Fix PANGO_DIRECTION_LTR/RTL cut-and-paste. (Tim Janik)
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/main.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml
index 669003ec..a1b46787 100644
--- a/docs/tmpl/main.sgml
+++ b/docs/tmpl/main.sgml
@@ -296,7 +296,7 @@ The GObject type for #PangoDirection.
<!-- ##### FUNCTION pango_unichar_direction ##### -->
<para>
Determines the direction of a character; either
-%PANGO_DIRECTION_LTR, %PANGO_DIRECTION_LTR, or
+%PANGO_DIRECTION_LTR, %PANGO_DIRECTION_RTL, or
%PANGO_DIRECTION_NEUTRAL.
</para>