From cb51e7fc936e6271237931f583ac550801dc7721 Mon Sep 17 00:00:00 2001 From: Serguey Zefirov Date: Mon, 5 May 2025 22:44:54 +0300 Subject: [PATCH] Fix build --- writeengine/client/we_clients.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writeengine/client/we_clients.cpp b/writeengine/client/we_clients.cpp index 41a53d08d..e7008d0b9 100644 --- a/writeengine/client/we_clients.cpp +++ b/writeengine/client/we_clients.cpp @@ -310,7 +310,7 @@ void WEClients::Setup() } } -bool WEClients::isConectionReadonly(uint32_t connection) +bool WEClients::isConnectionReadonly(uint32_t connection) { return fPmConnections[connection] == nullptr; }