aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_parser.h')
-rw-r--r--engines/titanic/true_talk/tt_parser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_parser.h b/engines/titanic/true_talk/tt_parser.h
index d05835dd4c..3e31257c9d 100644
--- a/engines/titanic/true_talk/tt_parser.h
+++ b/engines/titanic/true_talk/tt_parser.h
@@ -38,9 +38,10 @@ private:
int normalize(TTinput *input);
/**
- * Submethod called by normalize to handle text following single quote chracters
+ * Submethod called by normalize to handle expanding contacted word pairs
+ * like can't, should've, and so on.
*/
- bool normalizeQuotedString(const TTstring &srcLine, int srcIndex, TTstring &destLine);
+ bool normalizeContraction(const TTstring &srcLine, int srcIndex, TTstring &destLine);
/**
* Checks for what is likely special developer cheat codes