include/onlineupdate/mozilla/TypeTraits.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5a012290aa7250892bd254c8dd5036679350c8f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 14 13:51:51 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jul 14 19:17:45 2019 +0200

    Fix typo
    
    Change-Id: I713c297d452ba0727488182d461eb95e41b55d2e
    Reviewed-on: https://gerrit.libreoffice.org/75580
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/onlineupdate/mozilla/TypeTraits.h 
b/include/onlineupdate/mozilla/TypeTraits.h
index 16ef7ddb0cda..7ca9d3315837 100644
--- a/include/onlineupdate/mozilla/TypeTraits.h
+++ b/include/onlineupdate/mozilla/TypeTraits.h
@@ -974,7 +974,7 @@ struct MakeUnsigned<T, CVRemoved, false>
  * If T is already an unsigned integer type (not including char!), then T is
  * produced.
  *
- * Otherwise, if T is an signed integer type, the unsigned variety of T, with
+ * Otherwise, if T is a signed integer type, the unsigned variety of T, with
  * T's const/volatile qualifiers, is produced.
  *
  * Otherwise, the unsigned integral type of the same size as T, with the lowest
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to