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

bluegr noreply at scummvm.org
Wed Dec 25 15:55:48 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:
abe0ea7c13 JANITORIAL: TWINE: Fix typos


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

Commit Message:
JANITORIAL: TWINE: Fix typos

Changed paths:
    engines/twine/script/script_life.cpp


diff --git a/engines/twine/script/script_life.cpp b/engines/twine/script/script_life.cpp
index f32db9c7a0a..d07d2a49ee3 100644
--- a/engines/twine/script/script_life.cpp
+++ b/engines/twine/script/script_life.cpp
@@ -1450,7 +1450,7 @@ int32 ScriptLife::lSET_MAGIC_LEVEL(TwinEEngine *engine, LifeScriptContext &ctx)
 }
 
 /**
- * Substract the magic points. (Parameter = Points Value)
+ * Subtract the magic points. (Parameter = Points Value)
  * @note Opcode @c 0x3C
  */
 int32 ScriptLife::lSUB_MAGIC_POINT(TwinEEngine *engine, LifeScriptContext &ctx) {
@@ -1475,7 +1475,7 @@ int32 ScriptLife::lSET_LIFE_POINT_OBJ(TwinEEngine *engine, LifeScriptContext &ct
 }
 
 /**
- * Substract the life points. (Parameter = Actor Index, Parameter = Points Value)
+ * Subtract the life points. (Parameter = Actor Index, Parameter = Points Value)
  * @note Opcode @c 0x3E
  */
 int32 ScriptLife::lSUB_LIFE_POINT_OBJ(TwinEEngine *engine, LifeScriptContext &ctx) {
@@ -1673,7 +1673,7 @@ int32 ScriptLife::lADD_FUEL(TwinEEngine *engine, LifeScriptContext &ctx) {
 }
 
 /**
- * Substract the to fuel value the value passed as parameter. (Parameter = Fuel Amount)
+ * Subtract the to fuel value the value passed as parameter. (Parameter = Fuel Amount)
  * @note Opcode @c 0x4B
  */
 int32 ScriptLife::lSUB_FUEL(TwinEEngine *engine, LifeScriptContext &ctx) {




More information about the Scummvm-git-logs mailing list