mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo in comment
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19562 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -121,7 +121,7 @@ void gnc_uri_get_components (const gchar *uri,
|
||||
* 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] );
|
||||
|
||||
Reference in New Issue
Block a user