mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10949] Fix the word accessable -> accessible in log message
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
20e7cdb55e
commit
0da3463758
6 changed files with 10 additions and 5 deletions
|
|
@ -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?).");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue