correct grammar/typographic errors in comments (8 files)

This commit is contained in:
Stephen Gold
2023-11-23 12:08:01 -08:00
committed by Kim Kulling
parent a0b3df6dbd
commit 213d73ebc6
8 changed files with 8 additions and 8 deletions

View File

@@ -365,7 +365,7 @@ void Discreet3DSImporter::ParseChunk(const char *name, unsigned int num) {
// IMPLEMENTATION NOTE;
// Cameras or lights define their transformation in their parent node and in the
// corresponding light or camera chunks. However, we read and process the latter
// to to be able to return valid cameras/lights even if no scenegraph is given.
// to be able to return valid cameras/lights even if no scenegraph is given.
// get chunk type
switch (chunk.Flag) {