Fix typo.
authorBehdad Esfahbod <behdad@src.gnome.org>
Tue, 22 Jan 2008 03:47:56 +0000 (03:47 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 22 Jan 2008 03:47:56 +0000 (03:47 +0000)
svn path=/trunk/; revision=2550

pango/pango-layout.c

index 5924182..fcc3b11 100644 (file)
@@ -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.