Merge "fixing spelling errors"
authorEd Warnicke <eaw@cisco.com>
Wed, 4 Sep 2013 12:42:28 +0000 (12:42 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 4 Sep 2013 12:42:28 +0000 (12:42 +0000)
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServices.java

index a27b00eb1feb7d433cc8c46bed7ae84aa1baabc5..5551f23f7220fe0908f0ab37faa9858cca956a75 100644 (file)
@@ -71,19 +71,19 @@ public interface IClusterServices {
      */
     public enum cacheProps {
         /**
-         * The property returned describe the caracteristics of the
+         * The property returned describe the characteristics of the
          * transaction setup for the cache it was retrieved.
          */
         TRANSACTION_PROP,
         /**
          * The property returned report the clustering
-         * caracteristics of the cache for which property was
+         * characteristics of the cache for which property was
          * queried.
          */
         CLUSTERING_PROP,
         /**
          * The property returned reports the locking
-         * caracteristics of the cache for which the property was
+         * characteristics of the cache for which the property was
          * queried
          */
         LOCKING_PROP;