diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 12:42:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 16:31:26 +0100 |
commit | a452643b431803b613919871abf1a81de6de3464 (patch) | |
tree | 742b35a02a320f584357b80eb956ea0c94a03e7a /vcl/unx/generic/app | |
parent | cfffb09b3d6d46c500e3be3fe601a4ff6944d40e (diff) |
Fix typos
Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053
Reviewed-on: https://gerrit.libreoffice.org/47856
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/unx/generic/app')
-rw-r--r-- | vcl/unx/generic/app/i18n_ic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/app/i18n_ic.cxx b/vcl/unx/generic/app/i18n_ic.cxx index 8cf738c4ab62..64ad7fc190ff 100644 --- a/vcl/unx/generic/app/i18n_ic.cxx +++ b/vcl/unx/generic/app/i18n_ic.cxx @@ -558,7 +558,7 @@ SalI18N_InputContext::UpdateSpotLocation() } // set and unset the focus for the Input Context -// the context may be NULL despite it is useable if the framewindow is +// the context may be NULL despite it is usable if the framewindow is // in unmapped state void |