diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 18:03:46 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 22:07:44 +0200 |
commit | 0be225fb60f41b29f283eddd83938c047c552893 (patch) | |
tree | ffb8f5edb93c8b762e860db9c0505431ce940425 /include/svl | |
parent | 8a07588cb648e26a3fc06643b0210fc75201afb8 (diff) |
Fix typos
Change-Id: Ideee477b0c8f0d472a607ed69ba51351d87f61bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101010
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/broadcast.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx index 69a7f4ad029e..c1996ccfeda7 100644 --- a/include/svl/broadcast.hxx +++ b/include/svl/broadcast.hxx @@ -69,7 +69,7 @@ public: * To avoid that, use this call to announce to the broadcaster it is going * to die, and the listeners do not have to bother with removing * themselves from the broadcaster - the broadcaster will not broadcast - * anything after the PrepareForDesctruction() call anyway. + * anything after the PrepareForDestruction() call anyway. */ void PrepareForDestruction(); |