summaryrefslogtreecommitdiff
path: root/utils/utils.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-02-17 23:38:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-02-17 23:38:44 +0000
commit36bb869ae4d65ec7c61dedc6c3577ebc24ef3808 (patch)
treeaaf67ef58e79e6ea7833e7e8ceb832c2b32cdd23 /utils/utils.c
parent915209b0e09b5894dbe3b6624ce43abe678963d4 (diff)
downloadnetsurf-36bb869ae4d65ec7c61dedc6c3577ebc24ef3808.tar.gz
netsurf-36bb869ae4d65ec7c61dedc6c3577ebc24ef3808.tar.bz2
[project @ 2004-02-17 23:38:44 by jmb]
Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
Diffstat (limited to 'utils/utils.c')
-rw-r--r--utils/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils.c b/utils/utils.c
index c887edc36..04cfa81fc 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -189,7 +189,7 @@ char *squash_tolat1(xmlChar *s)
/**
- * Calculate a URL from a relative and base URL.
+ * Calculate an URL from a relative and base URL.
*
* base may be 0 for a new URL, in which case the URL is canonicalized and
* returned. Returns 0 in case of error.