summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-19 11:42:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-19 14:15:58 +0100
commit0fdb73c9e05374ddba50ae6ab823d7a979a40702 (patch)
treefb8d3a085d20cb8b7cd4c25b2bf9b6387e47928d /include/codemaker
parent36467b45f36960dd7205326eded5da4e7508621f (diff)
Fix grammar
Not sure about this... Change-Id: I264670c92b3387e9da194021a07054e4bedaed19 Reviewed-on: https://gerrit.libreoffice.org/85510 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/exceptiontree.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/exceptiontree.hxx b/include/codemaker/exceptiontree.hxx
index 389593fd57be..e0e86dd822f1 100644
--- a/include/codemaker/exceptiontree.hxx
+++ b/include/codemaker/exceptiontree.hxx
@@ -74,7 +74,7 @@ private:
exception type, present is true iff the given exception type is a member of
the set S, and children contains all the relevant direct subtypes of the
given exception type, in no particular order (for nodes other than the root
- node it holds that children is non-empty iff present is false).
+ node it holds that children are non-empty iff present is false).
*/
class ExceptionTree {
public: