diff options
author | klemens <ka7@github.com> | 2017-01-28 20:56:56 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-28 20:56:56 +0100 |
commit | 0536d0975bb9e8e4a8aae693bd79157955a896b1 (patch) | |
tree | 62f6968b24f8ebf9e25ae3a53393b77347144b14 /win | |
parent | 1391fc4bd5a409e17dfd76251ed4bf37b7951fc0 (diff) | |
download | tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.tar.gz tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.zip |
spelling fixes
Diffstat (limited to 'win')
-rw-r--r-- | win/rfb_win32/LaunchProcess.h | 2 | ||||
-rw-r--r-- | win/rfb_win32/keymap.h | 2 | ||||
-rw-r--r-- | win/winvnc/VNCServerWin32.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win/rfb_win32/LaunchProcess.h b/win/rfb_win32/LaunchProcess.h index 38521dcd..73213786 100644 --- a/win/rfb_win32/LaunchProcess.h +++ b/win/rfb_win32/LaunchProcess.h @@ -44,7 +44,7 @@ namespace rfb { // as an extra flag to the process creation call. void start(HANDLE userToken, bool createConsole=false); - // Detatch from the child process. After detatching from a child + // Detach from the child process. After detaching from a child // process, no other methods should be called on the object // that started it void detach(); diff --git a/win/rfb_win32/keymap.h b/win/rfb_win32/keymap.h index a340d09d..664312a6 100644 --- a/win/rfb_win32/keymap.h +++ b/win/rfb_win32/keymap.h @@ -62,7 +62,7 @@ static keymap_t keymap[] = { { XK_Help, VK_HELP, 0 }, { XK_Break, VK_CANCEL, 1 }, - // Auxilliary Functions - must come before XK_KP_F1, etc + // Auxiliary Functions - must come before XK_KP_F1, etc { XK_F1, VK_F1, 0 }, { XK_F2, VK_F2, 0 }, diff --git a/win/winvnc/VNCServerWin32.h b/win/winvnc/VNCServerWin32.h index 225e6342..f384bbeb 100644 --- a/win/winvnc/VNCServerWin32.h +++ b/win/winvnc/VNCServerWin32.h @@ -91,7 +91,7 @@ namespace winvnc { virtual void processAddressChange(); // RegConfig::Callback interface - // Called via the EventManager whenver RegConfig sees the registry change + // Called via the EventManager whenever RegConfig sees the registry change virtual void regConfigChanged(); // EventHandler interface |