diff --git a/Sandboxie/core/svc/GuiServer.cpp b/Sandboxie/core/svc/GuiServer.cpp index 4c3235c2..b78c5552 100644 --- a/Sandboxie/core/svc/GuiServer.cpp +++ b/Sandboxie/core/svc/GuiServer.cpp @@ -3024,7 +3024,7 @@ ULONG GuiServer::ClipCursorSlave(SlaveArgs *args) if (req->have_rect) rect = &req->rect; - ClipCursor(rect); //if (! ) // as this seam to randomly fail don't issue errors + ClipCursor(rect); //if (! ) // as this seems to randomly fail, don't issue errors // return STATUS_ACCESS_DENIED; // todo: add reply and return ret value return STATUS_SUCCESS;