aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/fonts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/fonts.cpp b/engines/sherlock/fonts.cpp
index 25034f8f6e..4d0991a47c 100644
--- a/engines/sherlock/fonts.cpp
+++ b/engines/sherlock/fonts.cpp
@@ -165,7 +165,7 @@ inline byte Fonts::translateChar(byte c) {
// searching the corpse. "[0xAD]Claro! Mi experiencia profesional revela que esta mujer fue asesinada..."
// The same text gets put inside Watson's journal as well and should be on page 10 right after
// talking with the inspector. For further study see bug #6931
- // Inverted question mask was also skipped, but at least that character is inside the font already.
+ // Inverted question mark was also skipped, but at least that character is inside the font already.
if (c == 0xAD) {
// inverted exclamation mark
return 0x88; // our own font character, created during setFont()