summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-24 23:22:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-25 08:53:38 +0100
commitd20afc4fb3bdae03d468b8fb8d888d98d3473ed2 (patch)
tree02695e84c1cf0fb7263280593b2c28a187b31b0d /vcl
parent4c0735830be6ebf83ce562025fdb34dfd036948e (diff)
Fix typos
Change-Id: If75cf86a65c6f03c6c467efb677e2f7e3e5da576 Reviewed-on: https://gerrit.libreoffice.org/48547 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx
index de6e631ab9cc..638e0f9f45b2 100644
--- a/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -356,7 +356,7 @@ namespace x11 {
m_aIncrementals;
// do not use X11 multithreading capabilities
- // since this leads to deadlocks in different Xlib implentations
+ // since this leads to deadlocks in different Xlib implementations
// (XFree as well as Xsun) use an own mutex instead
::osl::Mutex m_aMutex;
bool m_bShutDown;