[Libreoffice-commits] core.git: include/codemaker

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 13:16:56 UTC 2019


 include/codemaker/exceptiontree.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0fdb73c9e05374ddba50ae6ab823d7a979a40702
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 11:42:30 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 14:15:58 2019 +0100

    Fix grammar
    
    Not sure about this...
    
    Change-Id: I264670c92b3387e9da194021a07054e4bedaed19
    Reviewed-on: https://gerrit.libreoffice.org/85510
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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:


More information about the Libreoffice-commits mailing list