r16915 - gnucash/branches/2.2/src/import-export/ofx - [r16904] Bug#510630: correct typo in description during import; patch from <dman dman13 dyndns org>.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Feb 2 21:16:39 EST 2008


Author: andi5
Date: 2008-02-02 21:16:39 -0500 (Sat, 02 Feb 2008)
New Revision: 16915
Trac: http://svn.gnucash.org/trac/changeset/16915

Modified:
   gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c
Log:
[r16904] Bug#510630: correct typo in description during import; patch from <dman dman13 dyndns org>.


Modified: gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c
===================================================================
--- gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c	2008-02-03 00:59:11 UTC (rev 16914)
+++ gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c	2008-02-03 02:16:39 UTC (rev 16915)
@@ -262,7 +262,7 @@
 	    break;
 	  }
 	  tmp=notes;
-	  notes=g_strdup_printf("%s%s%s",tmp,"|Ivestment Trans type:", dest_string);
+	  notes=g_strdup_printf("%s%s%s",tmp,"|Investment Trans type:", dest_string);
 	  g_free(tmp);
 	}
 	if(data.memo_valid==true&&data.name_valid==true){/* Copy only if memo wasn't put in Description */



More information about the gnucash-changes mailing list