diff options
author | Rodney Dawes <dobey@novell.com> | 2007-03-23 14:06:52 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2007-03-23 14:06:52 +0000 |
commit | 889e223ee31349f4259806857fbc16e50bfee536 (patch) | |
tree | 228cdcb5315ba8d82eafc9014f40d3f249ffe185 /gtk/gtkicontheme.c | |
parent | b608b56786b77231eaa93523c8903ae90c69bd1b (diff) | |
download | gtk+-889e223ee31349f4259806857fbc16e50bfee536.tar.gz |
Fix a couple of comment typos (#421627)
2007-03-23 Rodney Dawes <dobey@novell.com>
* gtk/gtkicontheme.c: Fix a couple of comment typos (#421627)
svn path=/trunk/; revision=17559
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r-- | gtk/gtkicontheme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 9db5531c69..3f07e61829 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -2718,7 +2718,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info, return TRUE; /* At this point, we need to actually get the icon; either from the - * builting image or by loading the file + * builtin image or by loading the file */ if (icon_info->cache_pixbuf) source_pixbuf = g_object_ref (icon_info->cache_pixbuf); @@ -2753,7 +2753,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info, * the job. This is a bit of a waste when we scale here * and never get the final pixbuf; at the cost of a bit of * extra complexity, we could keep the source pixbuf around - * but not actually scale it until neede. + * but not actually scale it until needed. */ if (icon_info->scale == 1.0) |