diff options
Diffstat (limited to 'vcl/inc')
-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 |