Fix logging typo
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 6 Apr 2016 12:45:27 +0000 (12:45 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 6 Apr 2016 12:45:27 +0000 (12:45 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8857 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.server.jcr/src/org/argeo/jcr/DefaultRepositoryRegister.java

index a0d972cc28f5a611ef39dc4da8f137b76b9715b8..690bc3c9ceded0c9650e28437ca6fab2bff7dc80 100644 (file)
@@ -60,7 +60,7 @@ public class DefaultRepositoryRegister extends Observable implements
                String alias;
                if (properties == null || !properties.containsKey(JCR_REPOSITORY_ALIAS)) {
                        log.warn("Cannot register a repository if no "
-                                       + JCR_REPOSITORY_ALIAS + " property is speecified.");
+                                       + JCR_REPOSITORY_ALIAS + " property is specified.");
                        return;
                }
                alias = properties.get(JCR_REPOSITORY_ALIAS).toString();