summaryrefslogtreecommitdiff
path: root/vcl/win/source/app/salinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/source/app/salinst.cxx')
-rw-r--r--vcl/win/source/app/salinst.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index a601ff543539..9e284eb819c9 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -744,8 +744,8 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar
// otherwise it happens with short timeouts and long callbacks
// that no other events will ever be processed, as the queue
// is full of SAL_MSG_TIMER_CALLBACKs.
- // It is impossible to limit the amount of them being emited
- // in the first place, as they are emited asynchronously, but
+ // It is impossible to limit the amount of them being emitted
+ // in the first place, as they are emitted asynchronously, but
// here we are already fully synchronized.
}
break;