summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2017-08-13 18:04:33 +1200
committerOlly Betts <olly@survex.com>2017-08-13 18:04:33 +1200
commit90f9117e10172722c03dcfde74b35ddd93d6072d (patch)
tree4f0d9df09757225bbbac5a995ef65420e3272323 /CHANGES
parent74a4cc878629781bf63899ee4a5eff04b03b0027 (diff)
downloadswig-90f9117e10172722c03dcfde74b35ddd93d6072d.tar.gz
Fix various comment and documentation typos
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 836bf4b9c..8376c0b36 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21116,7 +21116,7 @@ Version 1.3.7 (September 3, 2001)
typedef __name vector<T>;
%enddef
- An a specific instantiation is created in exactly the same way:
+ A specific instantiation is created in exactly the same way:
%template(intvec) vector<int>;