r18898 - gnucash/trunk/src/core-utils - Fix typo in previous commit

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 12 17:43:47 EST 2010


Author: gjanssens
Date: 2010-03-12 17:43:47 -0500 (Fri, 12 Mar 2010)
New Revision: 18898
Trac: http://svn.gnucash.org/trac/changeset/18898

Modified:
   gnucash/trunk/src/core-utils/gnc-uri-utils.c
Log:
Fix typo in previous commit

Modified: gnucash/trunk/src/core-utils/gnc-uri-utils.c
===================================================================
--- gnucash/trunk/src/core-utils/gnc-uri-utils.c	2010-03-12 22:39:48 UTC (rev 18897)
+++ gnucash/trunk/src/core-utils/gnc-uri-utils.c	2010-03-12 22:43:47 UTC (rev 18898)
@@ -103,7 +103,7 @@
     g_strfreev ( splituri );
 
     /* Check for "@" sign, but start from the end - the password may contain
-     * this sign as well */
+     * this sign as well
      */
     delimiter = g_strrstr ( url, "@" );
     if ( delimiter != NULL )



More information about the gnucash-changes mailing list