diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-07 19:24:33 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-12 19:10:01 +0100 |
commit | 0a9c71b2ea0a33b4205be27a756a0199c8a9b289 (patch) | |
tree | 2c6ec07e6903cba26dc0679caaf22ca3187e49f5 /compilerplugins | |
parent | d9c6a43555ca11aad8daf5c424a1b9d992f0658a (diff) |
Fix typo
Change-Id: I32873ff1920cbaecaa583c8cc1871be5fcbf9c82
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86375
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/test/logexceptionnicely.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |