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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 22:14:24 UTC 2019


 vcl/inc/salinst.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f187b046bac1f362f7b53569caf83963646561d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 12 22:38:23 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 12 23:12:58 2019 +0100

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

diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index dbbbda2c2f42..d47fb63436d2 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -198,7 +198,7 @@ public:
 
     /// Set the app's (somewhat) magic/main-thread to this one.
     virtual void            updateMainThread() {}
-    /// Disconnect that - good for detatching from the JavaVM on Android.
+    /// Disconnect that - good for detaching from the JavaVM on Android.
     virtual void            releaseMainThread() {}
 
     /// get information about underlying versions


More information about the Libreoffice-commits mailing list