AUDIT: r16904 - gnucash/trunk/src/import-export/ofx - Bug#510630: correct typo in description during import; patch from <dman dman13 dyndns org>.

Josh Sled jsled at cvs.gnucash.org
Thu Jan 31 19:42:26 EST 2008


Author: jsled
Date: 2008-01-31 19:42:26 -0500 (Thu, 31 Jan 2008)
New Revision: 16904
Trac: http://svn.gnucash.org/trac/changeset/16904

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


Modified: gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
===================================================================
--- gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2008-01-31 23:17:44 UTC (rev 16903)
+++ gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2008-02-01 00:42:26 UTC (rev 16904)
@@ -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