compilerplugins/clang/test/bufferadd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee97b5108daaf2d931c28064f5a00fa46c886ebb Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Oct 15 16:54:03 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Oct 15 18:04:48 2019 +0200 Fix typo Change-Id: I48a52bd1c7afe83fe02c9651963436b9c5e07ca0 Reviewed-on: https://gerrit.libreoffice.org/80849 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/compilerplugins/clang/test/bufferadd.cxx b/compilerplugins/clang/test/bufferadd.cxx index 18c6055111a4..1b08dcacb1bf 100644 --- a/compilerplugins/clang/test/bufferadd.cxx +++ b/compilerplugins/clang/test/bufferadd.cxx @@ -13,7 +13,7 @@ #include <rtl/ustring.hxx> // --------------------------------------------------------------- -// replaceing OUStringBuffer.append sequences to OUString+ +// replacing OUStringBuffer.append sequences to OUString+ namespace test1 { void f1() _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
