[Scummvm-git-logs] scummvm master -> 175be35d7c3b4e88b12ad5ad3fe07a56425d2aa5
bluegr
noreply at scummvm.org
Fri Jan 2 16:23:36 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
175be35d7c JANITORIAL: Fix "cant" typo in comment
Commit: 175be35d7c3b4e88b12ad5ad3fe07a56425d2aa5
https://github.com/scummvm/scummvm/commit/175be35d7c3b4e88b12ad5ad3fe07a56425d2aa5
Author: its full of stars (raziel- at users.noreply.github.com)
Date: 2026-01-02T18:23:32+02:00
Commit Message:
JANITORIAL: Fix "cant" typo in comment
Changed paths:
engines/wintermute/base/base_parser.cpp
diff --git a/engines/wintermute/base/base_parser.cpp b/engines/wintermute/base/base_parser.cpp
index 5641be30032..fc16542f080 100644
--- a/engines/wintermute/base/base_parser.cpp
+++ b/engines/wintermute/base/base_parser.cpp
@@ -160,7 +160,7 @@ char *BaseParser::getSubText(char **buf, char open, char close) {
char theChar;
int32 skip = 1;
- if (open == close) { // we cant nest identical delimiters
+ if (open == close) { // we can't nest identical delimiters
open = 0;
}
while ((theChar = **buf) != 0) {
More information about the Scummvm-git-logs
mailing list