source typo fixes pt5

+ cleaning up some more non-short-URLs
Issue #2914
This commit is contained in:
Kunda
2017-03-03 16:43:42 -05:00
committed by Yorik van Havre
parent d751423dbd
commit 19f8fd4c10
58 changed files with 147 additions and 148 deletions

View File

@@ -89,7 +89,7 @@ Type BaseClass::getTypeId(void) const
void BaseClass::initSubclass(Base::Type &toInit,const char* ClassName, const char *ParentName,
Type::instantiationMethod method)
{
// dont't init twice!
// don't init twice!
assert(toInit == Base::Type::badType());
// get the parent class
Base::Type parentType(Base::Type::fromName(ParentName));