Fix more "allows to" and other typos

This commit is contained in:
Olly Betts 2021-04-21 15:54:46 +12:00
commit f198ff0a43
9 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
/*
The typemaps here allow to handle functions returning std::auto_ptr<>,
The typemaps here allow handling functions returning std::auto_ptr<>,
which is the most common use of this type. If you have functions taking it
as parameter, these typemaps can't be used for them and you need to do
something else (e.g. use shared_ptr<> which SWIG supports fully).