include/vcl/weld.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2080585b0c4a2240b0c65415339149bc2b20fa82 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 18 22:10:13 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Feb 19 09:56:46 2019 +0100 Fix typo Change-Id: I5c10b3f1dbcdce9064397a76eb583d477628c4b4 Reviewed-on: https://gerrit.libreoffice.org/68001 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index dcbf59cd5453..962ca72fe30c 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -171,7 +171,7 @@ public: virtual Container* weld_parent() const = 0; - //iterate upwards through the hierarchy sarting at this widgets parent, + //iterate upwards through the hierarchy starting at this widgets parent, //calling func with their helpid until func returns true or we run out of //parents virtual void help_hierarchy_foreach(const std::function<bool(const OString&)>& func) = 0; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
