aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-05-01 17:48:08 +1200
committerOlly Betts <olly@survex.com>2013-06-04 12:44:28 +1200
commit918c64af842810a6f59605953c94d5a967530af8 (patch)
tree7774464c8c938763c125b74a423a71caca01c96e /Source/Swig
parent8e89cad271a8c021e05abda2b0a72d4ef2aac0a4 (diff)
downloadswig-918c64af842810a6f59605953c94d5a967530af8.tar.gz
Fix comment typos
Diffstat (limited to 'Source/Swig')
-rw-r--r--Source/Swig/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Swig/misc.c b/Source/Swig/misc.c
index 05dd0c480..efa397878 100644
--- a/Source/Swig/misc.c
+++ b/Source/Swig/misc.c
@@ -205,8 +205,8 @@ String *Swig_new_subdirectory(String *basedirectory, String *subdirectory) {
/* -----------------------------------------------------------------------------
* Swig_filename_correct()
*
- * Corrects filename paths by removing duplicate delimeters and on non-unix
- * systems use the correct delimeter across the whole name.
+ * Corrects filename paths by removing duplicate delimiters and on non-unix
+ * systems use the correct delimiter across the whole name.
* ----------------------------------------------------------------------------- */
void Swig_filename_correct(String *filename) {