Fix a comment.

svn path=/trunk/; revision=31146
This commit is contained in:
Guy Harris 2009-12-01 21:30:30 +00:00
parent 9338d16323
commit 5f1887e630
1 changed files with 1 additions and 1 deletions

View File

@ -1182,7 +1182,7 @@ get_default_col_size(GtkWidget *view, const gchar *str)
&col_width, /* width */
NULL); /* height */
g_object_unref(G_OBJECT(layout));
/* Add a single characters width to get some spacing between rows */
/* Add a single character's width to get some spacing between columns */
return col_width + (pango_font_description_get_size(user_font_get_regular()) / PANGO_SCALE);
}