diff --git a/src/libs/utils/process_stub_win.c b/src/libs/utils/process_stub_win.c index a4998b7e6cf..3d99a685395 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))