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);