[Scummvm-git-logs] scummvm master -> 032deeda46b12cd8fd8d81314392bc338cb0b218

bluegr noreply at scummvm.org
Wed Dec 25 16:02:50 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:
032deeda46 JANITORIAL: QDENGINE: Fix typos


Commit: 032deeda46b12cd8fd8d81314392bc338cb0b218
    https://github.com/scummvm/scummvm/commit/032deeda46b12cd8fd8d81314392bc338cb0b218
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T18:02:47+02:00

Commit Message:
JANITORIAL: QDENGINE: Fix typos

Changed paths:
    engines/qdengine/xmath.h


diff --git a/engines/qdengine/xmath.h b/engines/qdengine/xmath.h
index e411e4daa73..cfe90edbd96 100644
--- a/engines/qdengine/xmath.h
+++ b/engines/qdengine/xmath.h
@@ -588,7 +588,7 @@ public:
 		return *(&x + i - 1);
 	}
 
-	// Convertion to int ///////
+	// Conversion to int ///////
 	inline int xi() const {
 		return round(x);
 	}




More information about the Scummvm-git-logs mailing list