[Libreoffice-commits] core.git: vcl/qt5

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 15 05:20:43 UTC 2019


 vcl/qt5/Qt5Instance.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d733d1da69bc0986172d84dc4afc61a642450391
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 06:30:52 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 15 07:19:34 2019 +0200

    Fix typo
    
    Change-Id: I55458141b212c0c2ed4b67d773a5cee6ff10cc18
    Reviewed-on: https://gerrit.libreoffice.org/74078
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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;
 


More information about the Libreoffice-commits mailing list