psppire-var-sheet: Correct typo that breaks the build.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Oct 2013 04:45:23 +0000 (21:45 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Oct 2013 04:45:28 +0000 (21:45 -0700)
Commit fd308174a81 (Corrected logical errors in tests for error
conditions.) introduced a typo in a function name.  This commit corrects
it.

src/ui/gui/psppire-var-sheet.c

index a6817480865758ca3f478e775fa49a44e3286a65..bb2c56ba7aa9ee27257cf2470b57d2efe53fee19 100644 (file)
@@ -591,7 +591,7 @@ get_string_width (PsppSheetView *treeview, GtkCellRenderer *renderer,
 }
 
 static gint
-get_monospac_width (PsppSheetView *treeview, GtkCellRenderer *renderer,
+get_monospace_width (PsppSheetView *treeview, GtkCellRenderer *renderer,
                      size_t char_cnt)
 {
   struct string s;