aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-09-03 21:55:29 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-09-03 21:55:29 +0000
commit501350d86d794aee61cb7224edcb4a21645f7c6e (patch)
treedb663625b215b2b6175b67c245f86183a3bfa544 /CHANGES
parent23af6826c457092734db14ead7b0cac4cc1ad45f (diff)
downloadswig-501350d86d794aee61cb7224edcb4a21645f7c6e.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@819 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4b569082c..3a926560d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -294,7 +294,7 @@ Version 1.3 Alpha 4 (not yet released)
Cleaned up some of the I/O handling. SWIG no longer generates
any temporary files such as _wrap.wrap, _wrap.ii, _wrap.init.
Instead, these "files" are kept around in memory as strings
- (although this is transparent to language moduels).
+ (although this is transparent to language modules).
8/4/00 : ttn
Added Makefile target "check" and variants.