[Scummvm-git-logs] scummvm master -> 66b44f6567b927165a11685bca9e557968ad67a1
bluegr
noreply at scummvm.org
Wed Dec 25 15:19:36 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:
66b44f6567 JANITORIAL: GLK: Fix typos
Commit: 66b44f6567b927165a11685bca9e557968ad67a1
https://github.com/scummvm/scummvm/commit/66b44f6567b927165a11685bca9e557968ad67a1
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T17:19:33+02:00
Commit Message:
JANITORIAL: GLK: Fix typos
Changed paths:
engines/glk/jacl/parser.cpp
engines/glk/quest/geas_runner.h
diff --git a/engines/glk/jacl/parser.cpp b/engines/glk/jacl/parser.cpp
index 6378fccb2b4..18413056fb6 100644
--- a/engines/glk/jacl/parser.cpp
+++ b/engines/glk/jacl/parser.cpp
@@ -1888,7 +1888,7 @@ int parent_of(int parent_, int child, int restricted) {
} else if (!(object[index]->attributes & LOCATION)
&& ((object[index]->attributes & CLOSED && object[index]->attributes & CONTAINER)
|| object[index]->attributes & CONCEALING)) {
- /* THE CHILDS PARENT IS CLOSED OR CONCEALING - CANT BE SEEN */
+ /* THE CHILDS PARENT IS CLOSED OR CONCEALING - CAN'T BE SEEN */
//printf("--- parent_ %s is closed\n", object[index]->label);
return (FALSE);
} else if (restricted && object[index]->MASS < HEAVY && index != parent_) {
diff --git a/engines/glk/quest/geas_runner.h b/engines/glk/quest/geas_runner.h
index 83959048248..ba812eea7e5 100644
--- a/engines/glk/quest/geas_runner.h
+++ b/engines/glk/quest/geas_runner.h
@@ -79,7 +79,7 @@ private:
public:
/* Takes 1 argument, a string with Quest markup
* Will output it to the user interface
- * If the with_newline flag is set, it will print a newline afterwords
+ * If the with_newline flag is set, it will print a newline afterwards
* unless the string ends in "|xn"
*/
GeasResult print_formatted(String s, bool with_newline = true);
More information about the Scummvm-git-logs
mailing list