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();