diff options
| -rw-r--r-- | engines/glk/frotz/processor_text.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/glk/frotz/processor_text.cpp b/engines/glk/frotz/processor_text.cpp index 0ae21240c5..c56524aca6 100644 --- a/engines/glk/frotz/processor_text.cpp +++ b/engines/glk/frotz/processor_text.cpp @@ -570,7 +570,7 @@ void Processor::handleAbbreviations() {  	// Check for standard abbreviations  	if (word == "g") -		word == "again"; +		word = "again";  	else if (word == "o")  		word = "oops";  	else if (word == "x") | 
