diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 13:07:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-01 19:02:02 +0000 |
commit | 943919692e8cd96839aeb8cc97598fd4e55c5eea (patch) | |
tree | 070f112845a4f6b34b857f62e844aae2094f25a6 /desktop/source/lib/init.cxx | |
parent | f15eb068fdc1e3e70a4c623b6bf462cda64f43ad (diff) |
Fix typos
Change-Id: I8374d6d08f4eb4ae2821e213371c615b92d7e9ab
Reviewed-on: https://gerrit.libreoffice.org/29432
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/lib/init.cxx')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 156fc14e467f..2de46cfe55b9 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -602,12 +602,12 @@ void CallbackFlushHandler::queue(const int type, const char* data) return; } - // Supress invalid payloads. + // Suppress invalid payloads. if (type == LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR && payload.find(", 0, 0, ") != std::string::npos) { // The cursor position is often the relative coordinates of the widget - // issueing it, instead of the absolute one that we expect. + // issuing it, instead of the absolute one that we expect. // This is temporary however, and, once the control is created and initialized // correctly, it eventually emits the correct absolute coordinates. SAL_WARN("lok", "Skipping invalid event [" + std::to_string(type) + "]: [" + payload + "]."); |