1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:39:49 +00:00

Fix typo in navmeshtool log message

This commit is contained in:
elsid 2022-05-24 19:28:48 +02:00
parent 499e688289
commit 92a64b0bbd
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -208,7 +208,7 @@ namespace NavMeshTool
Log(Debug::Warning) << "Cancelled";
break;
case Status::NotEnoughSpace:
Log(Debug::Warning) << "Navmesh genration is cancelled due to running out of disk space or limits "
Log(Debug::Warning) << "Navmesh generation is cancelled due to running out of disk space or limits "
<< "for navmesh db. Check disk space at the db location \"" << dbPath
<< "\". If there is enough space, adjust \"max navmeshdb file size\" setting (see "
<< "https://openmw.readthedocs.io/en/latest/reference/modding/settings/navigator.html?highlight=navmesh#max-navmeshdb-file-size).";