r19562 - gnucash/trunk/src/core-utils - Fix typo in comment

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 7 18:14:04 EDT 2010


Author: gjanssens
Date: 2010-09-07 18:14:04 -0400 (Tue, 07 Sep 2010)
New Revision: 19562
Trac: http://svn.gnucash.org/trac/changeset/19562

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

Modified: gnucash/trunk/src/core-utils/gnc-uri-utils.c
===================================================================
--- gnucash/trunk/src/core-utils/gnc-uri-utils.c	2010-09-07 16:54:35 UTC (rev 19561)
+++ gnucash/trunk/src/core-utils/gnc-uri-utils.c	2010-09-07 22:14:04 UTC (rev 19562)
@@ -121,7 +121,7 @@
          * lookups on unknown protocols.
          * On the other hand, since we don't know the specifics of
          * unknown protocols, we don't attempt to return an absolute
-         * pathname for them, just whetever was there.
+         * pathname for them, just whatever was there.
          */
         if ( gnc_uri_is_known_protocol ( *protocol ) )
             *path     = gnc_resolve_file_path ( splituri[1] );



More information about the gnucash-changes mailing list