[Scummvm-git-logs] scummvm master -> cbc14ac55889fe0f1ba8875d8fa6af99838389bf
sev-
sev at scummvm.org
Tue Nov 2 16:58:40 UTC 2021
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:
cbc14ac558 DEVTOOLS: COMPANION: Fix typo in error message
Commit: cbc14ac55889fe0f1ba8875d8fa6af99838389bf
https://github.com/scummvm/scummvm/commit/cbc14ac55889fe0f1ba8875d8fa6af99838389bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-11-02T18:58:31+02:00
Commit Message:
DEVTOOLS: COMPANION: Fix typo in error message
Changed paths:
devtools/dumper-companion.py
diff --git a/devtools/dumper-companion.py b/devtools/dumper-companion.py
index 9d56773d3c..11a1a09aac 100755
--- a/devtools/dumper-companion.py
+++ b/devtools/dumper-companion.py
@@ -127,7 +127,7 @@ def decode_macjapanese(text: ByteString) -> str:
elif hi == 0xFF: # halfwidth horizontal ellipsis
res += "\u2026\uF87F"
else:
- raise Exception(f"No mapping for Mac Japanese sequece {hex(hi)}")
+ raise Exception(f"No mapping for Mac Japanese sequence {hex(hi)}")
hi = next(i_text, None)
return res
More information about the Scummvm-git-logs
mailing list