diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 13:09:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-01 19:08:07 +0000 |
commit | 6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (patch) | |
tree | f4a71ee65541f66d55ff5de44fdd0de07b286344 /include/vcl/uitest | |
parent | 943919692e8cd96839aeb8cc97598fd4e55c5eea (diff) |
Fix typos
Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8
Reviewed-on: https://gerrit.libreoffice.org/29435
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/uitest')
-rw-r--r-- | include/vcl/uitest/uiobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index 81ce29742193..f2eae6e24023 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -73,7 +73,7 @@ public: virtual std::unique_ptr<UIObject> get_child(const OUString& rID); /** - * Returns a set containing all decendants of the object. + * Returns a set containing all descendants of the object. */ virtual std::set<OUString> get_children() const; |