Fix a typo.

[Patch recommit]


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9112 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-05-14 18:56:46 +00:00
commit 97e9837d46

View file

@ -19,7 +19,7 @@
a constant by SWIG see naming.i in the Ruby test suite. */
%rename("%(uppercase)s", %$ismember, %$isvariable,%$isimmutable,%$isstatic,%$hasvalue,%$hasconsttype) "";
/* Enums are mapped to constants but we all we do is make sure the
/* Enums are mapped to constants but all we do is make sure the
first letter is uppercase */
%rename("%(firstuppercase)s", %$isenumitem) "";