--- old/src/os/windows/vm/vmError_windows.cpp 2017-02-22 15:14:21.742028160 +0100 +++ new/src/os/windows/vm/vmError_windows.cpp 2017-02-22 15:14:21.626028156 +0100 @@ -67,7 +67,7 @@ } } -// Error reporting cancelleation: there is no easy way to implement this on Windows, because we do +// Error reporting cancellation: there is no easy way to implement this on Windows, because we do // not have an easy way to send signals to threads (aka to cause a win32 Exception in another // thread). We would need something like "RaiseException(HANDLE thread)"... void VMError::reporting_started() {}