spelling fixes
diff --git a/win/rfb_win32/LaunchProcess.h b/win/rfb_win32/LaunchProcess.h
index 38521dc..7321378 100644
--- a/win/rfb_win32/LaunchProcess.h
+++ b/win/rfb_win32/LaunchProcess.h
@@ -44,7 +44,7 @@
// 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 a340d09..664312a 100644
--- a/win/rfb_win32/keymap.h
+++ b/win/rfb_win32/keymap.h
@@ -62,7 +62,7 @@
{ 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 },