From 9bd3689262a388b50eca66d1dece3bf37dd24497 Mon Sep 17 00:00:00 2001 From: Colin Dixon Date: Thu, 6 Jun 2013 09:56:21 -0700 Subject: [PATCH] fixing spelling errors Change-Id: I51283f2c31941f389e670bf76801113bdc8b0437 Signed-off-by: Colin Dixon --- .../controller/clustering/services/IClusterServices.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServices.java b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServices.java index a27b00eb1f..5551f23f72 100644 --- a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServices.java +++ b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServices.java @@ -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; -- 2.36.6