r16419 - gnucash/trunk/src/backend/file - Minor typo fix in debugging output.

Chris Shoemaker chris at cvs.gnucash.org
Sat Aug 11 18:54:11 EDT 2007


Author: chris
Date: 2007-08-11 18:49:19 -0400 (Sat, 11 Aug 2007)
New Revision: 16419
Trac: http://svn.gnucash.org/trac/changeset/16419

Modified:
   gnucash/trunk/src/backend/file/io-gncxml-v2.c
Log:
Minor typo fix in debugging output.


Modified: gnucash/trunk/src/backend/file/io-gncxml-v2.c
===================================================================
--- gnucash/trunk/src/backend/file/io-gncxml-v2.c	2007-08-11 21:20:08 UTC (rev 16418)
+++ gnucash/trunk/src/backend/file/io-gncxml-v2.c	2007-08-11 22:49:19 UTC (rev 16419)
@@ -432,7 +432,7 @@
           data->books_total, data->books_loaded);
     DEBUG("Commodities: Total: %d, Loaded: %d",
           data->commodities_total, data->commodities_loaded);
-    DEBUG("Scheduled Tansactions: Total: %d, Loaded: %d",
+    DEBUG("Scheduled Transactions: Total: %d, Loaded: %d",
           data->schedXactions_total, data->schedXactions_loaded);
     DEBUG("Budgets: Total: %d, Loaded: %d",
           data->budgets_total, data->budgets_loaded);
@@ -470,7 +470,7 @@
 //             counter->books_total, counter->books_loaded);
 //      printf("Commodities: Total: %d, Loaded: %d\n",
 //             counter->commodities_total, counter->commodities_loaded);
-//      printf("Scheduled Tansactions: Total: %d, Loaded: %d\n",
+//      printf("Scheduled Transactions: Total: %d, Loaded: %d\n",
 //             counter->schedXactions_total, counter->schedXactions_loaded);
 //      printf("Budgets: Total: %d, Loaded: %d\n",
 //	     counter->budgets_total, counter->budgets_loaded);



More information about the gnucash-changes mailing list