Mercurial > pidgin.yaz
changeset 27750:7dbac2598d51
fix a typo.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 15 Dec 2007 14:24:07 +0000 |
parents | 6b74c3255901 |
children | 972cfb5baaf5 |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkutils.c Sat Dec 15 13:57:42 2007 +0000 +++ b/pidgin/gtkutils.c Sat Dec 15 14:24:07 2007 +0000 @@ -3289,7 +3289,7 @@ /* create layout */ layout = gtk_widget_create_pango_layout(widget, ellipsis); pango_layout_get_pixel_size(layout, &width, &height); - ewidth = width; /* length of ellisis text. */ + ewidth = width; /* length of ellipsis text. */ len0 = 0; len1 = g_utf8_strlen(text, -1);