summaryrefslogtreecommitdiff
path: root/include/tools/diagnose_ex.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 21:40:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 22:21:07 +0200
commit3681229b125238b02e03cf1bdf53b404f080f091 (patch)
tree3790addc4594d3f476c99304ac8afdc68a3de616 /include/tools/diagnose_ex.h
parentfdf032c366c6c8ba854a2e922dd25ff390be66e1 (diff)
Fix typos
Change-Id: I5d0776d5f90f44ebbeeb5916cbbf6e87406adcad Reviewed-on: https://gerrit.libreoffice.org/77609 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/tools/diagnose_ex.h')
-rw-r--r--include/tools/diagnose_ex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h
index 2d76241cadd0..fc814d91db40 100644
--- a/include/tools/diagnose_ex.h
+++ b/include/tools/diagnose_ex.h
@@ -91,7 +91,7 @@ inline css::uno::Any DbgGetCaughtException()
arg ); }
/** This macro asserts the given condition (in debug mode), and throws
- an RuntimeException afterwards.
+ a RuntimeException afterwards.
*/
#define ENSURE_OR_THROW(c, m) \
if( !(c) ){ \