summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-14 13:46:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-15 09:44:58 +0200
commit75b410f1292fc9f794984583f734260e8a0378c6 (patch)
tree335ff647c0474a44919ee6edbd4b01ce3e218836 /framework
parentb14f4ef8eb37fe2d01cf5a366a24cc570fe06a10 (diff)
Fix typo "vetor"->"vector"
Change-Id: Ie706797e1bda4d1cd279fa68e93fb15beabb6a2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137077 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/interceptionhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx
index 57ab28ee4fa1..2fe3933bf7dd 100644
--- a/framework/source/dispatch/interceptionhelper.cxx
+++ b/framework/source/dispatch/interceptionhelper.cxx
@@ -235,7 +235,7 @@ void SAL_CALL InterceptionHelper::disposing(const css::lang::EventObject& aEvent
// We need a full copy of all currently registered interceptor objects.
// Otherwise we can't iterate over this vector without the risk, that our iterator will be invalid.
- // Because this vetor will be influenced by every deregistered interceptor.
+ // Because this vector will be influenced by every deregistered interceptor.
InterceptionHelper::InterceptorList aCopy = m_lInterceptionRegs;
aReadLock.clear();