]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Fix three trivial spelling typos in log messages.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 20 Sep 2013 22:59:48 +0000 (15:59 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 20 Sep 2013 22:59:48 +0000 (15:59 -0700)
services/authorization-mgt/import/src/main/java/org/collectionspace/services/authorization/driver/AuthorizationSeedDriver.java
services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReaderImpl.java

index 700ea66d0c240a26f32842b1574b937fa49b961b..587e9bc51f9fa250caddcb3631a27d5f82839c99 100644 (file)
@@ -236,7 +236,7 @@ public class AuthorizationSeedDriver {
                em.getTransaction().commit();
                em.close();
                if (logger.isInfoEnabled()) {
-                   logger.info("All Authroization metata persisted.");
+                   logger.info("All Authorization metata persisted.");
                }
         } catch (Exception e) {
             if (em != null && em.getTransaction().isActive()) {
index ec7d8b500370346fb37df8906afef5175d844083..b12f43ec1c9614478e4ca6b40cabb2bbb84acf74 100644 (file)
@@ -111,7 +111,7 @@ public class TenantBindingConfigReaderImpl extends AbstractConfigReaderImpl<List
                                        logger.debug("The home directory for all tenants is at: " + result.getCanonicalPath());
                                }
                        } else {
-                               errMessage = "The home directory for all tenants is missing or inaccesible: ";
+                               errMessage = "The home directory for all tenants is missing or inaccessible: ";
                                try {
                                        errMessage = errMessage + tenantsRootDir.getCanonicalPath();
                                } catch (IOException ioException) {
@@ -294,7 +294,7 @@ public class TenantBindingConfigReaderImpl extends AbstractConfigReaderImpl<List
                                                        result.add(binding);
                                                        found = true;
                                                        if (logger.isInfoEnabled() == true) {
-                                                               logger.info("Parsed tenant configureation for: " + binding.getDisplayName());
+                                                               logger.info("Parsed tenant configuration for: " + binding.getDisplayName());
                                                        }
                                                } else {
                                                        errMessage = "Cound not parse the tentant bindings in: ";