summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-01-12 13:37:39 +1300
committerOlly Betts <olly@survex.com>2016-01-12 13:37:39 +1300
commitf910607e26392a97ddf67d85085492587b39e78e (patch)
tree27059cf45bbb4bcd9c3bd476f5db3ad452f62892 /CHANGES
parent22b72d5da34e95ef7d423c902936c01156a23171 (diff)
downloadswig-f910607e26392a97ddf67d85085492587b39e78e.tar.gz
Fix typo: "neccessary" -> "necessary"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9d110cad2..198230775 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7853,7 +7853,7 @@ Version 1.3.28 (February 12, 2006)
12/10/2005: mmatus
[UTF]
- - Fix unneccessary calls to SWIG_TypeQuery for 'char *'
+ - Fix unnecessary calls to SWIG_TypeQuery for 'char *'
and 'wchar_t *', problem found by Clay Culver while
profiling the PyOgre project.
@@ -23576,7 +23576,7 @@ Version 1.1b5 (March 12, 1997)
2/23/97 : Modified Python module to be better behaved under Windows
- Module initialization function is now properly exported.
- It should not be neccessary to explicitly export this function
+ It should not be necessary to explicitly export this function
yourself.
- Bizarre compilation problems when compiling the SWIG wrapper