r20058 - gnucash/trunk/src/libqof/qof - Fix typo

J. Alex Aycinena alex.aycinena at code.gnucash.org
Mon Jan 10 19:15:02 EST 2011


Author: alex.aycinena
Date: 2011-01-10 19:15:02 -0500 (Mon, 10 Jan 2011)
New Revision: 20058
Trac: http://svn.gnucash.org/trac/changeset/20058

Modified:
   gnucash/trunk/src/libqof/qof/qofbook.c
Log:
Fix typo

Modified: gnucash/trunk/src/libqof/qof/qofbook.c
===================================================================
--- gnucash/trunk/src/libqof/qof/qofbook.c	2011-01-10 21:39:40 UTC (rev 20057)
+++ gnucash/trunk/src/libqof/qof/qofbook.c	2011-01-11 00:15:02 UTC (rev 20058)
@@ -528,7 +528,7 @@
         error = qof_book_validate_counter_format(format);
         if (error != NULL)
         {
-            PWARN("Invalid counter format string. Format string: '%s' Counter: '%s' Erorr: '%s')", format, counter_name, error);
+            PWARN("Invalid counter format string. Format string: '%s' Counter: '%s' Error: '%s')", format, counter_name, error);
             /* Invalid format string */
             format = NULL;
             g_free(error);



More information about the gnucash-changes mailing list