summaryrefslogtreecommitdiff
path: root/Source/Modules/chicken.cxx
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-06-23 21:14:53 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-06-23 21:14:53 +0000
commitd4e283eb8c21f79da83fd5f85772c2a860b1c5e0 (patch)
tree1a648e6a19f95072b8b43a954105f68c2dc137dd /Source/Modules/chicken.cxx
parent67f0d42dfc7e502d9e8002a8db423581676301bb (diff)
downloadswig-d4e283eb8c21f79da83fd5f85772c2a860b1c5e0.tar.gz
fix typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10562 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Modules/chicken.cxx')
-rw-r--r--Source/Modules/chicken.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/chicken.cxx b/Source/Modules/chicken.cxx
index 33ec9294f..2298d2939 100644
--- a/Source/Modules/chicken.cxx
+++ b/Source/Modules/chicken.cxx
@@ -1503,7 +1503,7 @@ int CHICKEN::validIdentifier(String *s) {
/* ------------------------------------------------------------
* closNameMapping()
* Maps the identifier from C++ to the CLOS based on command
- * line paramaters and such.
+ * line parameters and such.
* If class_name = "" that means the mapping is for a function or
* variable not attached to any class.
* ------------------------------------------------------------ */