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

bluegr noreply at scummvm.org
Wed Dec 25 15:57:15 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:
e652ae91f9 JANITORIAL: LURE: Fix typos


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

Commit Message:
JANITORIAL: LURE: Fix typos

Changed paths:
    engines/lure/debugger.cpp
    engines/lure/hotspots.h


diff --git a/engines/lure/debugger.cpp b/engines/lure/debugger.cpp
index 04cbf7d21b8..625222962c7 100644
--- a/engines/lure/debugger.cpp
+++ b/engines/lure/debugger.cpp
@@ -119,7 +119,7 @@ bool Debugger::cmd_listRooms(int argc, const char **argv) {
 	debugPrintf("Available rooms are:\n");
 	for (RoomDataList::iterator i = rooms.begin(); i != rooms.end(); ++i) {
 		RoomData const &room = **i;
-		// Explictly note the second drawbridge room as "Alt"
+		// Explicitly note the second drawbridge room as "Alt"
 		if (room.roomNumber == 49) {
 			strings.getString(47, buffer);
 			Common::strcat_s(buffer, " (alt)");
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index dad216fdc1e..64c4e0c58a3 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -267,7 +267,7 @@ private:
 	void npcStartTalking(HotspotData *hotspot);
 	void npcJumpAddress(HotspotData *hotspot);
 
-	// Auxillaries
+	// Auxiliaries
 	void doLookAction(HotspotData *hotspot, Action action);
 public:
 	Hotspot(HotspotData *res);




More information about the Scummvm-git-logs mailing list