[10949] Fix the word accessable -> accessible in log message

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-01-02 01:28:54 +01:00
parent 20e7cdb55e
commit 0da3463758
6 changed files with 10 additions and 5 deletions

View file

@ -1256,7 +1256,7 @@ void World::SetInitialWorldSettings()
sLog.outString("Scripting library loaded.");
break;
case SCRIPT_LOAD_ERR_NOT_FOUND:
sLog.outError("Scripting library not found or not accessable.");
sLog.outError("Scripting library not found or not accessible.");
break;
case SCRIPT_LOAD_ERR_WRONG_API:
sLog.outError("Scripting library has wrong list functions (outdated?).");