Fix typo.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9972 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2007-10-09 21:21:42 +00:00
commit d264fd1a1a

View file

@ -730,7 +730,7 @@ PHP4 classes are implemented entirely using the Zend C API so
no additional php code is generated. For PHP5, a PHP wrapper
class is generated which calls a set of flat functions wrapping the C++ class.
In many cases the PHP4 and PHP5 wrappers will behave the same way,
but the PHP5 ones make use of better PHP5's better OO funcationality
but the PHP5 ones make use of better PHP5's better OO functionality
where appropriate.
</p>