summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 06:30:52 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-15 07:19:34 +0200
commitd733d1da69bc0986172d84dc4afc61a642450391 (patch)
treea0e21b45f3b99d8461965d4fdcd4a9c901be42db /vcl
parent77a3c443d35c7d966217f02ea9189cb1819c7828 (diff)
Fix typo
Change-Id: I55458141b212c0c2ed4b67d773a5cee6ff10cc18 Reviewed-on: https://gerrit.libreoffice.org/74078 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qt5/Qt5Instance.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx
index ae5de33b3cd5..a81daddfb246 100644
--- a/vcl/qt5/Qt5Instance.cxx
+++ b/vcl/qt5/Qt5Instance.cxx
@@ -438,7 +438,7 @@ Qt5Instance::CreateClipboard(const css::uno::Sequence<css::uno::Any>& arguments)
}
// This could also use RunInMain, but SolarMutexGuard is enough
- // since at this point we're not accessing the clipbord, just get the
+ // since at this point we're not accessing the clipboard, just get the
// accessor to the clipboard.
SolarMutexGuard aGuard;