summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h2
-rw-r--r--utils/utils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/config.h b/utils/config.h
index 87dc095dc..3520df52b 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -2,7 +2,7 @@
* This file is part of NetSurf, http://netsurf.sourceforge.net/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
- * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
+ * Copyright 2003,4 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#ifndef _NETSURF_UTILS_CONFIG_H_
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.