Fix assorted comment and documentation typos

This commit is contained in:
Olly Betts 2014-02-23 16:52:08 +13:00
commit 2f3bf144c6
33 changed files with 56 additions and 56 deletions

View file

@ -16,7 +16,7 @@ This example illustrates how C++ templates can be used from Java using SWIG.
<h2>The C++ Code</h2>
Lets take a templated function and a templated class as follows:
Let's take a templated function and a templated class as follows:
<blockquote>
<pre>