Skip to content

Commit 0432d62

Browse files
Fix build
1 parent baac98d commit 0432d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writeengine/client/we_clients.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ void WEClients::Setup()
310310
}
311311
}
312312

313-
bool WEClients::isConectionReadonly(uint32_t connection)
313+
bool WEClients::isConnectionReadonly(uint32_t connection)
314314
{
315315
return fPmConnections[connection] == nullptr;
316316
}

0 commit comments

Comments
 (0)