[Scummvm-git-logs] scummvm master -> 7748926c01c2a236768f2a707ca92d0c12c883e5
bluegr
noreply at scummvm.org
Thu Jan 22 06:49:21 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
7748926c01 JANITORIAL: Fixed typo 'teh' in HPL1 comments
Commit: 7748926c01c2a236768f2a707ca92d0c12c883e5
https://github.com/scummvm/scummvm/commit/7748926c01c2a236768f2a707ca92d0c12c883e5
Author: TejeshwarDivekar (tejeshwardivekar2727 at gmail.com)
Date: 2026-01-22T08:49:17+02:00
Commit Message:
JANITORIAL: Fixed typo 'teh' in HPL1 comments
Changed paths:
engines/hpl1/engine/libraries/newton/physics/dgNarrowPhaseCollision.cpp
diff --git a/engines/hpl1/engine/libraries/newton/physics/dgNarrowPhaseCollision.cpp b/engines/hpl1/engine/libraries/newton/physics/dgNarrowPhaseCollision.cpp
index 4d34a00da13..3df3bc6be80 100644
--- a/engines/hpl1/engine/libraries/newton/physics/dgNarrowPhaseCollision.cpp
+++ b/engines/hpl1/engine/libraries/newton/physics/dgNarrowPhaseCollision.cpp
@@ -297,7 +297,7 @@ dgCollision *dgWorld::CreateConvexHull(dgInt32 count,
// find the shape in cache
dgBodyCollisionList::dgTreeNode *node = dgBodyCollisionList::Find(crc);
if (!node) {
- // chape not found crate a new one and add to teh cache
+ // chape not found crate a new one and add to the cache
dgCollisionConvexHull *const collision =
new (m_allocator) dgCollisionConvexHull(m_allocator, crc, count,
strideInBytes, tolerance, vertexArray, offsetMatrix);
@@ -327,7 +327,7 @@ dgCollision *dgWorld::CreateConvexHull(dgInt32 count,
}
}
- // add reference to teh shape and return the collision pointer
+ // add reference to the shape and return the collision pointer
node->GetInfo()->AddRef();
return node->GetInfo();
}
More information about the Scummvm-git-logs
mailing list