summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx
index 1e5e0c4cf00a..5480699abb50 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileManager.cxx
@@ -76,7 +76,7 @@ namespace connectivity
OUString ProfileManager::setCurrentProfile( ::com::sun::star::mozilla::MozillaProductType product, const OUString& profileName ) throw (::com::sun::star::uno::RuntimeException)
{
OUString currentProfile = getCurrentProfile();
- //if profileName not given, then skip and return curernt profile
+ //if profileName not given, then skip and return current profile
if (profileName.isEmpty() && m_CurrentProduct == product)
return currentProfile;