From 14dfe6172720343f7d97d05b59a62976f08db8da Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Thu, 15 Feb 2007 20:25:44 +0000 Subject: [PATCH] Fix typo in comment. --- gtk/tr_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/tr_window.c b/gtk/tr_window.c index f49dec228..2e1a6f43c 100644 --- a/gtk/tr_window.c +++ b/gtk/tr_window.c @@ -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( "%s", _(" fnord fnord ") ); g_object_set( progrend, "bar-sizing", str, NULL ); g_free(str);