From 2198fc2711bfb3e1025517f2d61ec8ae7d424c20 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 24 Aug 2012 19:06:33 +0200 Subject: Typo Change-Id: Iac9a2715b8a0a517f502c56ef0652e316bd76f52 --- desktop/source/deployment/misc/dp_misc.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx index a2628164b64b..2c30677aff02 100644 --- a/desktop/source/deployment/misc/dp_misc.cxx +++ b/desktop/source/deployment/misc/dp_misc.cxx @@ -213,7 +213,7 @@ bool compareExtensionFolderWithLastSynchronizedFile( return bNeedsSync; } -bool needToSyncRepostitory(OUString const & name) +bool needToSyncRepository(OUString const & name) { OUString folder; OUString file; @@ -558,8 +558,8 @@ void syncRepositories( //more revoke and registration calls. sal_Bool bModified = false; if (force - || needToSyncRepostitory(OUString(RTL_CONSTASCII_USTRINGPARAM("shared"))) - || needToSyncRepostitory(OUString(RTL_CONSTASCII_USTRINGPARAM("bundled")))) + || needToSyncRepository(OUString(RTL_CONSTASCII_USTRINGPARAM("shared"))) + || needToSyncRepository(OUString(RTL_CONSTASCII_USTRINGPARAM("bundled")))) { xExtensionManager = deployment::ExtensionManager::get( -- cgit