diff --git a/src/libs/utils/process_stub_win.c b/src/libs/utils/process_stub_win.c index a4998b7e6cfbb619d3c5b83bb5a9b41f1f8dab4a..3d99a6853957de81341d000d2cf9912748d30405 100644 --- a/src/libs/utils/process_stub_win.c +++ b/src/libs/utils/process_stub_win.c @@ -174,7 +174,7 @@ int main() the Windows kernel runs amok when we attempt this. So instead we start a debugged process, eat all the initial debug events, suspend the process and detach from it. If gdb - tries to attach *now*, everthing goes smoothly. Yay. */ + tries to attach *now*, everything goes smoothly. Yay. */ if (creationFlags & DEBUG_ONLY_THIS_PROCESS) { do { if (!WaitForDebugEvent (&dbev, INFINITE))