vcl/source/treelist/transfer2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d038e27a98097c40af8bee3e7f24bad715742e91 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jan 14 09:23:09 2020 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Tue Jan 14 17:57:08 2020 +0100 Fix typo Change-Id: Ib7906754443db7260b1ef797b9b668be7fda2cc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86738 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/vcl/source/treelist/transfer2.cxx b/vcl/source/treelist/transfer2.cxx index fbb4c2a82768..349b69609910 100644 --- a/vcl/source/treelist/transfer2.cxx +++ b/vcl/source/treelist/transfer2.cxx @@ -468,7 +468,7 @@ Reference<XClipboard> GetSystemClipboard() // single-instance service (sysdtrans_component_getFactory, // dtrans/source/win32/clipb/wcbentry.cxx) that needs timely disposing to join a spawned thread // (done in DeInitVCL, vcl/source/app/svmain.cxx), while on other platforms it is implemented as - // a mutli-instance service (ClipboardFactory, vcl/source/components/dtranscomp.cxx) so we + // a multi-instance service (ClipboardFactory, vcl/source/components/dtranscomp.cxx) so we // should not hold on to a single instance here: #if defined _WIN32 DBG_TESTSOLARMUTEX(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
