summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 17:45:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 20:10:06 +0000
commitc0bcdde2a048b6e5465a14182947c09fcd170d45 (patch)
tree24634edbf7d0a08e2b2ef969986e154e806cbe35 /desktop
parent0d4996862b5df79fd601eff6193d5718f8f84047 (diff)
Fix typos
Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c Reviewed-on: https://gerrit.libreoffice.org/29442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 732507b27733..1805d60450fd 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1941,7 +1941,7 @@ IMPL_LINK_NOARG_TYPED(Desktop, OpenClients_Impl, void*, void)
// ALSO:
//
// Multiple clients may request simultaneous connections.
- // When this server closes down it attempts to recreate the pipe (in RequestHander::Disable()).
+ // When this server closes down it attempts to recreate the pipe (in RequestHandler::Disable()).
// It's possible that the client has a pending connection request.
// When the IPC thread is not running, this connection locks (because maPipe.accept()) is never called
RequestHandler::SetReady();