diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:38:58 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:35 +0200 |
commit | 2ebf68288bab81b1cefd24e71671d612cfcb84a5 (patch) | |
tree | 0ceb90685976efe4b6859482dfad4a4bebdae9b0 /sd | |
parent | e0a62c7ec3311bfa213567f4a076bf69cd98ce85 (diff) |
typo: beforet he -> before the
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx index 16a96f2ecca0..d2dcfdb4765a 100644 --- a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx @@ -76,7 +76,7 @@ void ConfigurationControllerResourceManager::ActivateResources ( ::osl::MutexGuard aGuard (maMutex); // Iterate in normal order over the resources that are to be // activated so that resources on which others depend are activated - // beforet the depending resources are activated. + // before the depending resources are activated. ::std::for_each( rResources.begin(), rResources.end(), |