diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-12 11:32:53 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-08-12 21:08:33 +0200 |
commit | 451b3e8ee8fd08b59b38c3117dc8b229b7d41215 (patch) | |
tree | df048232b4ffef4aceca8a66ec19c1685b33fda4 /winaccessibility | |
parent | f6cc8cfae5e169c6ce52947c1c9bb8c838dcefb2 (diff) |
Fix typo
Change-Id: I354805dc54769cfa4564b0c1fd3be15f6c060b1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138188
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/UAccCOMIDL/ia2_api_all.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl index 95a3a42dbaa8..ea2730f23e71 100644 --- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl +++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl @@ -1151,7 +1151,7 @@ IA2_STATE_STALE = 0x4000, /** Indicates that the object implements autocompletion. This state indicates that a text control will respond to the input of - one ore more characters and cause a sub-item to become selected. The + one or more characters and cause a sub-item to become selected. The selection may also result in events fired on the parent object. */ IA2_STATE_SUPPORTS_AUTOCOMPLETION = 0x8000, |