Spelling Cleanup

This commit is contained in:
Campbell Barton
2012-03-01 12:20:18 +00:00
parent 6a36b6249b
commit ea13ec1699
174 changed files with 312 additions and 303 deletions

View File

@@ -433,7 +433,7 @@ int CValue::GetPropertyCount()
double* CValue::GetVector3(bool bGetTransformedVec)
{
assertd(false); // don;t get vector from me
assertd(false); // don't get vector from me
return m_sZeroVec;//::sZero;
}