From 260a3e0db5d09be0cb732d1a7ce8e758079e0c11 Mon Sep 17 00:00:00 2001 From: "Madeleine (ThinLinc team)" Date: Mon, 4 Nov 2024 13:28:48 +0100 Subject: Standardize on sentence case in titles The reason for this is to keep a consistency through out the project. --- win/winvnc/VNCServerWin32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/winvnc/VNCServerWin32.h') diff --git a/win/winvnc/VNCServerWin32.h b/win/winvnc/VNCServerWin32.h index 493b3fa6..4fcc66d5 100644 --- a/win/winvnc/VNCServerWin32.h +++ b/win/winvnc/VNCServerWin32.h @@ -58,7 +58,7 @@ namespace winvnc { // THREAD-SAFE bool isServerInUse() const {return isDesktopStarted;} - // Connect out to the specified VNC Viewer + // Connect out to the specified VNC viewer // THREAD-SAFE bool addNewClient(const char* client); -- cgit v1.2.3