From a7d66f9fa6928080f9ebb61a1414b59b3b6b7ff9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:36 +0000 Subject: [PATCH] Fix typo Change-Id: I282902c410ab93017b3aea46f88f60c246ca9894 Reviewed-on: https://gerrit.libreoffice.org/72629 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dtrans/source/win32/ftransl/ftranslentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 67e90161a207..cdcfda46b10c 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -38,7 +38,7 @@ using namespace ::com::sun::star::datatransfer; namespace { - // functions to create a new Clipboad instance; is needed by factory helper implementation + // functions to create a new Clipboard instance; is needed by factory helper implementation // @param rServiceManager - service manager, useful if the component needs other uno services // so we should give it to every UNO-Implementation component