ALL: behaviour -> behavior

This commit is contained in:
Matthew Hoops 2011-05-25 10:31:37 -04:00
parent 1277975c66
commit eea482fa43
30 changed files with 37 additions and 37 deletions

View file

@ -1020,7 +1020,7 @@ void SegManager::uninstantiateScript(int script_nr) {
if (!scr || scr->isMarkedAsDeleted()) { // Is it already unloaded?
//warning("unloading script 0x%x requested although not loaded", script_nr);
// This is perfectly valid SCI behaviour
// This is perfectly valid SCI behavior
return;
}