From da8c6e44f6e8acaa04887901da4d835437221ccf Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 25 Oct 2013 21:45:23 -0700 Subject: [PATCH] psppire-var-sheet: Correct typo that breaks the build. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-var-sheet.c b/src/ui/gui/psppire-var-sheet.c index a681748086..bb2c56ba7a 100644 --- a/src/ui/gui/psppire-var-sheet.c +++ b/src/ui/gui/psppire-var-sheet.c @@ -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; -- 2.30.2