include/sal/macros.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7315d8b96be6ff1644d3421cb20695f5167c3cbd
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 11 22:24:58 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jul 19 10:01:42 2019 +0200

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

diff --git a/include/sal/macros.h b/include/sal/macros.h
index 2337de92b0f8..9adb60bfbcdd 100644
--- a/include/sal/macros.h
+++ b/include/sal/macros.h
@@ -26,7 +26,7 @@
 #    if defined(__cplusplus) && ( defined(__GXX_EXPERIMENTAL_CXX0X__) || 
__cplusplus >= 201103L )
         /*
          * Magic template to calculate at compile time the number of elements
-         * in an array. Enforcing that the argument must be a array and not
+         * in an array. Enforcing that the argument must be an array and not
          * a pointer, e.g.
          *  char *pFoo="foo";
          *  SAL_N_ELEMENTS(pFoo);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to