fix docs, path provided by Olly

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9047 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-04-11 01:40:20 +00:00
commit 07022e74a8
12 changed files with 17 additions and 17 deletions

View file

@ -22,7 +22,7 @@
/*
Use -DSWIG_PYTHON_DIRECTOR_NO_VTABLE if you don't want to generate a 'virtual
table', and avoid multiple GetAttr calls to retreive the python
table', and avoid multiple GetAttr calls to retrieve the python
methods.
*/

View file

@ -14,7 +14,7 @@
}
}
this will replace the code used to retreive an integer value for all
this will replace the code used to retrieve an integer value for all
the typemaps that need it, including:
int, std::vector<int>, std::list<std::pair<int,int> >, etc.