From a82ad54aa59f671d119e5cd2237869c92c8c5b51 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Fri, 31 Mar 2006 21:03:13 +0000 Subject: [PATCH] spelling fix. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13720 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnc-ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnc-ui.h b/src/gnc-ui.h index 648166ff1a..67aedbd2c3 100644 --- a/src/gnc-ui.h +++ b/src/gnc-ui.h @@ -77,13 +77,13 @@ gnc_ok_cancel_dialog(gncUIWidget parent, extern void gnc_warning_dialog(gncUIWidget parent, - const char *forrmat, ...) G_GNUC_PRINTF (2, 3); + const char *format, ...) G_GNUC_PRINTF (2, 3); extern void gnc_error_dialog(GtkWidget *parent, - const char *forrmat, ...) G_GNUC_PRINTF (2, 3); + const char *format, ...) G_GNUC_PRINTF (2, 3); extern void