From 96a24cc79f7a32851cc2005603e32633389043a3 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 26 Feb 2013 04:42:26 +0000 Subject: Fix spelling/typos found using a list of commonly misspelled words. The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899 --- ui/gtk/gui_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/gtk/gui_utils.c') diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c index c9b5beb324..15a2359d51 100644 --- a/ui/gtk/gui_utils.c +++ b/ui/gtk/gui_utils.c @@ -1277,7 +1277,7 @@ get_default_col_size(GtkWidget *view, /* * This function can be called from gtk_tree_view_column_set_cell_data_func() - * the user data must be the colum number. + * the user data must be the column number. * Present floats with two decimals */ void @@ -1312,7 +1312,7 @@ float_data_func(GtkTreeViewColumn *column _U_, /* * This function can be called from gtk_tree_view_column_set_cell_data_func() - * the user data must be the colum number. + * the user data must be the column number. * Present value as hexadecimal. */ void -- cgit v1.2.1