r22960 - gnucash/trunk/src - Fix some typos.

Cristian Marchi cmarchi at code.gnucash.org
Wed May 8 08:18:32 EDT 2013


Author: cmarchi
Date: 2013-05-08 08:18:30 -0400 (Wed, 08 May 2013)
New Revision: 22960
Trac: http://svn.gnucash.org/trac/changeset/22960

Modified:
   gnucash/trunk/src/gnome-utils/gnc-tree-control-split-reg.c
   gnucash/trunk/src/gnome/gnc-plugin-page-register2.c
   gnucash/trunk/src/import-export/csv-export/assistant-csv-export.c
   gnucash/trunk/src/import-export/csv-import/assistant-csv-trans-import.c
Log:
Fix some typos.

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register2.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register2.c	2013-05-08 11:04:29 UTC (rev 22959)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register2.c	2013-05-08 12:18:30 UTC (rev 22960)
@@ -2465,7 +2465,7 @@
             return;
         }
 
-        /* Make sure we ask to commit any changes before we procede */
+        /* Make sure we ask to commit any changes before we proceed */
         if (gnc_tree_control_split_reg_trans_open_and_warn (view, trans))
         {
             LEAVE("trans being edited");
@@ -3006,7 +3006,7 @@
 
     trans = gnc_tree_view_split_reg_get_current_trans (view);
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gnc_tree_control_split_reg_trans_open_and_warn (view, trans))
     {
         LEAVE("trans being edited");
@@ -3123,7 +3123,7 @@
 
     trans = gnc_tree_view_split_reg_get_current_trans (view);
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gnc_tree_control_split_reg_trans_open_and_warn (view, trans))
     {
         LEAVE("trans being edited");
@@ -3473,7 +3473,7 @@
         return;
     }
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gnc_tree_control_split_reg_trans_open_and_warn (view, trans))
     {
         LEAVE("trans being edited");

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-control-split-reg.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-control-split-reg.c	2013-05-08 11:04:29 UTC (rev 22959)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-control-split-reg.c	2013-05-08 12:18:30 UTC (rev 22960)
@@ -441,7 +441,7 @@
     if (gtc_sr_trans_test_for_edit (view, trans))
         return;
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gtc_sr_trans_open_and_warn (view, trans))
         return;
 
@@ -569,7 +569,7 @@
     if (gtc_sr_trans_test_for_edit (view, trans))
         return;
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gtc_sr_trans_open_and_warn (view, trans))
         return;
 
@@ -912,7 +912,7 @@
     if (gtc_sr_trans_test_for_edit (view, trans))
         return;
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gtc_sr_trans_open_and_warn (view, trans))
         return;
 
@@ -1260,7 +1260,7 @@
         return FALSE;
     }
 
-    /* Make sure we ask to commit any changes before we procede */
+    /* Make sure we ask to commit any changes before we proceed */
     if (gtc_sr_trans_open_and_warn (view, trans))
     {
         LEAVE("save cancelled");

Modified: gnucash/trunk/src/import-export/csv-export/assistant-csv-export.c
===================================================================
--- gnucash/trunk/src/import-export/csv-export/assistant-csv-export.c	2013-05-08 11:04:29 UTC (rev 22959)
+++ gnucash/trunk/src/import-export/csv-export/assistant-csv-export.c	2013-05-08 12:18:30 UTC (rev 22960)
@@ -753,7 +753,7 @@
     if (info->failed)
         text = _("There was a problem with the export, this could be due to lack of space, "
                  "permissions or unable to access folder. Check the trace file for further logging!\n"
-                 "You may need to enable debuging.\n");
+                 "You may need to enable debugging.\n");
     else
         text = _("File exported successfully!\n");
 

Modified: gnucash/trunk/src/import-export/csv-import/assistant-csv-trans-import.c
===================================================================
--- gnucash/trunk/src/import-export/csv-import/assistant-csv-trans-import.c	2013-05-08 11:04:29 UTC (rev 22959)
+++ gnucash/trunk/src/import-export/csv-import/assistant-csv-trans-import.c	2013-05-08 12:18:30 UTC (rev 22960)
@@ -1385,7 +1385,7 @@
     }
     else
     {
-        text = g_strdup_printf(gettext ("To Change the account, double click on the required account, click Forward to procede."));
+        text = g_strdup_printf(gettext ("To Change the account, double click on the required account, click Forward to proceed."));
         mtext = g_strdup_printf("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
         gtk_label_set_markup(GTK_LABEL(info->account_label), mtext );
         g_free(mtext);



More information about the gnucash-changes mailing list