style cleanup: spelling.

also remove large, duplicate comments from sunsky.h
This commit is contained in:
Campbell Barton
2012-03-09 00:41:09 +00:00
parent 27d43f3fd3
commit 4f7bdc59d3
111 changed files with 189 additions and 250 deletions

View File

@@ -1048,7 +1048,7 @@ int KX_Scene::NewRemoveObject(class CValue* gameobj)
// in case this is a font
m_fonts.remove((KX_FontObject*)newobj);
/* currently does nothing, keep incase we need to Unregister something */
/* currently does nothing, keep in case we need to Unregister something */
#if 0
if (m_sceneConverter)
m_sceneConverter->UnregisterGameObject(newobj);