summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 18:56:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 00:01:50 +0200
commit3b28713ef82829fd1958d1ecf8c29b7391af78f5 (patch)
tree284d9bc97215b73f3ac25c1b25e33a5ef237ebdb /desktop
parent5a9bdcbb0dfd6f149d243cd69e158aa3ad70dd91 (diff)
Fix typos
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c Reviewed-on: https://gerrit.libreoffice.org/76883 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/lokclipboard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/lokclipboard.hxx b/desktop/source/lib/lokclipboard.hxx
index 7da5f3ef3900..fd305c9b9507 100644
--- a/desktop/source/lib/lokclipboard.hxx
+++ b/desktop/source/lib/lokclipboard.hxx
@@ -107,7 +107,7 @@ public:
css::uno::Reference<css::uno::XInterface> SAL_CALL
createInstanceWithArguments(const css::uno::Sequence<css::uno::Any>& /* rArgs */) override;
- /// Fetch clipboard from the gobal pool.
+ /// Fetch clipboard from the global pool.
static rtl::Reference<LOKClipboard> getClipboardForCurView();
/// Release a clipboard before its document dies, nViewId of -1 clears all.