summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-01-22 03:47:56 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-01-22 03:47:56 +0000
commit8125ce7604bfebe9d60143d6c8e548e23c1bb986 (patch)
tree3252f64b8cab92aeac08e8b871fe3064479a567d
parent75ea4332b52dbbdbed9641793ab99de6169d361c (diff)
downloadpango-8125ce7604bfebe9d60143d6c8e548e23c1bb986.tar.gz
Fix typo.
svn path=/trunk/; revision=2550
-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 5924182d..fcc3b112 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -387,7 +387,7 @@ pango_layout_get_width (PangoLayout *layout)
* negative.
*
* If @height is positive, it will be the maximum height of the layout. Only
- * lines would be shown that would fit, and if there is any text ommitted,
+ * lines would be shown that would fit, and if there is any text omitted,
* an ellipsis added. At least one line is included in each paragraph regardless
* of how small the height value is. A value of zero will render exactly one
* line for the entire layout.