diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:09:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:09:11 +0100 |
commit | 2dca0ccf0760a64eab986c178873926a6a125cc5 (patch) | |
tree | b6c347ade8f5aaaf7961accefb9e2eb289b09806 /vcl/win | |
parent | a97a16d330b238f2d05a6f073d417830468e54e2 (diff) |
Fix typo recieved/received
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/app/salinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx index aa449f27584c..276c427e1136 100644 --- a/vcl/win/source/app/salinst.cxx +++ b/vcl/win/source/app/salinst.cxx @@ -726,7 +726,7 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar rDef = FALSE; break; // If we get this message, because another GetMessage() call - // has recieved this message, we must post this message to + // has received this message, we must post this message to // us again, because in the other case we wait forever. case SAL_MSG_RELEASEWAITYIELD: { |