[Libreoffice-commits] core.git: compilerplugins/clang

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 12 18:10:30 UTC 2020


 compilerplugins/clang/test/logexceptionnicely.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a9c71b2ea0a33b4205be27a756a0199c8a9b289
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 19:24:33 2020 +0100
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Jan 12 19:10:01 2020 +0100

    Fix typo
    
    Change-Id: I32873ff1920cbaecaa583c8cc1871be5fcbf9c82
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86375
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/compilerplugins/clang/test/logexceptionnicely.cxx b/compilerplugins/clang/test/logexceptionnicely.cxx
index 7348ae3e7415..458eef8c4d10 100644
--- a/compilerplugins/clang/test/logexceptionnicely.cxx
+++ b/compilerplugins/clang/test/logexceptionnicely.cxx
@@ -17,7 +17,7 @@ void func1();
 
 int main()
 {
-    // no warning excepted
+    // no warning expected
     try
     {
         func1();


More information about the Libreoffice-commits mailing list