aboutsummaryrefslogtreecommitdiff
path: root/sword2/speech.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-11-07 01:36:53 +0000
committerJonathan Gray2003-11-07 01:36:53 +0000
commit9a1cfe838f6ad609b135170f95109d7b07adc5fa (patch)
treea25fdcd609763723911b3096a1f68264a93b8429 /sword2/speech.cpp
parentb8379d646a9689de98bb27f70529e7b7a54c9699 (diff)
downloadscummvm-rg350-9a1cfe838f6ad609b135170f95109d7b07adc5fa.tar.gz
scummvm-rg350-9a1cfe838f6ad609b135170f95109d7b07adc5fa.tar.bz2
scummvm-rg350-9a1cfe838f6ad609b135170f95109d7b07adc5fa.zip
spelling fixes
svn-id: r11175
Diffstat (limited to 'sword2/speech.cpp')
-rw-r--r--sword2/speech.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/speech.cpp b/sword2/speech.cpp
index 130dc67462..eddb0f3a44 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -562,7 +562,7 @@ int32 Logic::fnTimedWait(int32 *params) {
}
int32 Logic::fnSpeechProcess(int32 *params) {
- // Recieve and sequence the commands sent from the conversation
+ // Receive and sequence the commands sent from the conversation
// script.
// We have to do this in a slightly tweeky manner as we can no longer
@@ -821,7 +821,7 @@ int32 Logic::fnSpeechProcess(int32 *params) {
ob_speech->ins4 = INS4;
ob_speech->ins5 = INS5;
- // the current send has been recieved - i.e. seperate
+ // the current send has been received - i.e. seperate
// multiple they-do's
INS_COMMAND = 0;