Refactor JCR exceptions.
[lgpl/argeo-commons.git] / org.argeo.enterprise / src / org / argeo / naming / SpecifiedName.java
index c59ea2c8a6aeb3cbfcc264b157d99bfc36098371..28cc2f9dab8ad835b1ba5a5393a351f04d3b9123 100644 (file)
@@ -13,7 +13,7 @@ public interface SpecifiedName {
                return null;
        }
 
-       /** Typicall an OID */
+       /** Typically an OID */
        default String getID() {
                return getClass().getName() + "." + name();
        }