diff --git a/cxx/mount.h b/cxx/mount.h index 5c6bcce..b9de92d 100644 --- a/cxx/mount.h +++ b/cxx/mount.h @@ -164,7 +164,7 @@ public: bool ok = db.load(filename); if (!ok) { - logError("CANNOT parse {} file '{}' or it is not accessable!", type, filename); + logError("CANNOT parse {} file '{}' or it is not accessible!", type, filename); logWarn("Keep {} database in default state!", type); } else { logInfo("{} database was successfully loaded from '{}' file", type, filename);