summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-04-08 23:03:17 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-08 23:55:20 +0200
commit7c6605bd2c1b27c12c4a492921e537eb4bf5a98e (patch)
tree4348efa20b28f5f5686ce787baa924a1b1659f85 /svtools
parent9ec0d5561158536e19dc0ed42a4b5ac7aec0755e (diff)
Typos in code with variables containing "inital"->"initial"
Change-Id: I48205b40b7f9a0b37da3712ae05c49ff4a618db1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113823 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/popupmenucontrollerbase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/popupmenucontrollerbase.cxx b/svtools/source/uno/popupmenucontrollerbase.cxx
index 6cd12e0e0df0..d9cffe188c4c 100644
--- a/svtools/source/uno/popupmenucontrollerbase.cxx
+++ b/svtools/source/uno/popupmenucontrollerbase.cxx
@@ -300,8 +300,8 @@ void SAL_CALL PopupMenuControllerBase::initialize( const Sequence< Any >& aArgum
{
osl::MutexGuard aLock( m_aMutex );
- bool bInitalized( m_bInitialized );
- if ( bInitalized )
+ bool bInitialized( m_bInitialized );
+ if ( bInitialized )
return;
PropertyValue aPropValue;