[Scummvm-git-logs] scummvm master -> ab864bb87a6cd12fc27bb79378c7fd6e98567a04

bluegr noreply at scummvm.org
Wed Dec 25 15:21:45 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ab864bb87a JANITORIAL: HDB: Fix typo


Commit: ab864bb87a6cd12fc27bb79378c7fd6e98567a04
    https://github.com/scummvm/scummvm/commit/ab864bb87a6cd12fc27bb79378c7fd6e98567a04
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T17:21:42+02:00

Commit Message:
JANITORIAL: HDB: Fix typo

Changed paths:
    engines/hdb/ai-bots.cpp


diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp
index a66f8542175..b861805efe1 100644
--- a/engines/hdb/ai-bots.cpp
+++ b/engines/hdb/ai-bots.cpp
@@ -555,7 +555,7 @@ void aiRightBotAction(AIEntity *e, int mx, int my) {
 //
 //	PUSHBOT : Very simple, this guy goes forward and pushes anything in his
 //		path all the way until it can't go any further.  Then, he turns 180
-//		degress and comes back until he can't go any further.  Then... he
+//		degrees and comes back until he can't go any further.  Then... he
 //		turns 180 degrees and does it all over again!
 //
 //-------------------------------------------------------------------




More information about the Scummvm-git-logs mailing list