Fix typo in comment.

This commit is contained in:
Josh Elsasser 2007-02-15 20:25:44 +00:00
parent 6eb1677fd4
commit 14dfe61727
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ makeview( TrWindow * self )
gtk_tree_view_append_column( GTK_TREE_VIEW( view ), col );
progrend = tr_cell_renderer_progress_new();
/* this string is only used to determing the size of the progress bar */
/* this string is only used to determine the size of the progress bar */
str = g_markup_printf_escaped( "<big>%s</big>", _(" fnord fnord ") );
g_object_set( progrend, "bar-sizing", str, NULL );
g_free(str);