From 8f4f89565110cf45f7c91e7edc474180bf21903f Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 23 Aug 2007 15:21:11 +0000 Subject: [PATCH] Fix comment typo git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9911 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/tcl8.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/tcl8.cxx b/Source/Modules/tcl8.cxx index ac13ab639..f571ebb9f 100644 --- a/Source/Modules/tcl8.cxx +++ b/Source/Modules/tcl8.cxx @@ -1142,7 +1142,7 @@ public: // [BRE] 08/17/00 Added test to see if we are instantiating this object // type, or, if this constructor is being called as part of the itcl - // inheritance heirarchy. + // inheritance hierarchy. // In the former case, we need to call the C++ constructor, in the // latter we don't, or we end up with two C++ objects. // Check to see if we are instantiating a 'realname' or something