From 75b410f1292fc9f794984583f734260e8a0378c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 14 Jul 2022 13:46:04 +0200 Subject: Fix typo "vetor"->"vector" Change-Id: Ie706797e1bda4d1cd279fa68e93fb15beabb6a2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137077 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- framework/source/dispatch/interceptionhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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(); -- cgit