diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-12 22:38:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-12 23:12:58 +0100 |
commit | 3f187b046bac1f362f7b53569caf83963646561d (patch) | |
tree | dd7ed0784db4a0ffac8b208d7af4927381f12a22 /vcl/inc/salinst.hxx | |
parent | e4fac1ebbdc73e72fb79ab5d6743e0cc49b558d1 (diff) |
Fix typo
Change-Id: Iac0c2b1a38c1f8011f9d8c9bbd1f344e77bf4f5b
Reviewed-on: https://gerrit.libreoffice.org/85083
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |