From e1c546123eec2a30ef27e6daf3729a4389774a3d Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Wed, 19 Mar 2025 17:42:45 +0300 Subject: [PATCH] ... --- cxx/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);