Fix lots of typos in the manual.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9368 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-09-27 17:25:04 +00:00
commit e68a83074e
17 changed files with 53 additions and 53 deletions

View file

@ -1645,7 +1645,7 @@ void foo(vector<int> *x, const Vector &x);
<p>
<b>Note:</b> This module makes use of several advanced SWIG features including templatized typemaps
and template partial specialization. If you are tring to wrap other C++ code with templates, you
and template partial specialization. If you are trying to wrap other C++ code with templates, you
might look at the code contained in <tt>std_vector.i</tt>. Alternatively, you can show them the code
if you want to make their head explode.
</p>