diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-11 10:12:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-11 10:14:26 +0200 |
commit | 5d6532a94b6737c9fe453bc42beb27c6a83e5119 (patch) | |
tree | 55b0232d253f62450b216763e91b49ec11682663 /winaccessibility | |
parent | 8636e2462d9a8f7ed092246cc152030467d96515 (diff) |
Fix (German?) spelling mistakes in comments: s/save/safe (the adjective)
Might be more of them left, I found these by looking for "is save" or
"it save".
Many more potential misspellings of "Safe" as "Save" in identifiers
are left. Need to check individually which of them actually mean
"Safe", which mean "Saved" perhaps.
Change-Id: I5d3791ea2df2e1d485f65400404972b72af45aec
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccListEventListener.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/source/service/AccListEventListener.cxx b/winaccessibility/source/service/AccListEventListener.cxx index d6747faf5fa1..6eff57a7924e 100644 --- a/winaccessibility/source/service/AccListEventListener.cxx +++ b/winaccessibility/source/service/AccListEventListener.cxx @@ -56,7 +56,7 @@ void AccListEventListener::notifyEvent( const css::accessibility::AccessibleEve break; case AccessibleEventId::INVALIDATE_ALL_CHILDREN: // Since List items a transient a child events are mostly used - // to attach/detach listeners, it is save to ignore it here + // to attach/detach listeners, it is safe to ignore it here //TODO: investigate again break; case AccessibleEventId::VALUE_CHANGED: |