r19630 - gnucash/trunk/src/backend/xml - Fix typos in comments.

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 4 11:40:57 EDT 2010


Author: gjanssens
Date: 2010-10-04 11:40:57 -0400 (Mon, 04 Oct 2010)
New Revision: 19630
Trac: http://svn.gnucash.org/trac/changeset/19630

Modified:
   gnucash/trunk/src/backend/xml/gnc-backend-xml.c
Log:
Fix typos in comments.

Modified: gnucash/trunk/src/backend/xml/gnc-backend-xml.c
===================================================================
--- gnucash/trunk/src/backend/xml/gnc-backend-xml.c	2010-10-03 22:47:49 UTC (rev 19629)
+++ gnucash/trunk/src/backend/xml/gnc-backend-xml.c	2010-10-04 15:40:57 UTC (rev 19630)
@@ -149,7 +149,7 @@
 
     /* OK, now work around some NFS atomic lock race condition
      * mumbo-jumbo.  We do this by linking a unique file, and
-     * then examing the link count.  At least that's what the
+     * then examining the link count.  At least that's what the
      * NFS programmers guide suggests.
      * Note: the "unique filename" must be unique for the
      * triplet filename-host-process, otherwise accidental
@@ -379,7 +379,7 @@
 static void
 xml_destroy_backend(QofBackend *be)
 {
-    /* Stop transactionlogging */
+    /* Stop transaction logging */
     xaccLogSetBaseName (NULL);
 
     qof_backend_destroy(be);
@@ -599,7 +599,7 @@
 
     if (gnc_xml_be_determine_file_type(datafile) == GNC_BOOK_BIN_FILE)
     {
-        /* make a more permament safer backup */
+        /* make a more permanent safer backup */
         const char *back = "-binfmt.bkup";
         char *bin_bkup = g_new(char, strlen(datafile) + strlen(back) + 1);
         strcpy(bin_bkup, datafile);
@@ -735,7 +735,7 @@
         /* Since we successfully saved the book,
          * we should mark it clean. */
         qof_book_mark_saved (book);
-        LEAVE (" sucessful save of book=%p to file=%s", book, datafile);
+        LEAVE (" successful save of book=%p to file=%s", book, datafile);
         return TRUE;
     }
     else
@@ -829,7 +829,7 @@
         char *name;
         int len;
 
-        /* Ensure we only evaluate gnucuash related files. */
+        /* Ensure we only evaluate gnucash related files. */
         if (gnc_xml_be_select_files (dent) == 0)
             continue;
 



More information about the gnucash-changes mailing list