spelling fix.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13720 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-03-31 21:03:13 +00:00
parent e615f2ec5a
commit a82ad54aa5

View File

@ -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