Fix typo
Change-Id: I9587cf5f33be542a2bf147d686ad8a8b913a4991
diff --git a/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/pwaas/L2TunnelHandler.java b/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/pwaas/L2TunnelHandler.java
index c56af04..bbcabbb 100644
--- a/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/pwaas/L2TunnelHandler.java
+++ b/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/pwaas/L2TunnelHandler.java
@@ -260,7 +260,7 @@
/**
* Adds a single pseudowire from leaf to a leaf.
* This method can be called from cli commands
- * without configration updates, thus it does not check for mastership
+ * without configuration updates, thus it does not check for mastership
* of the ingress pseudowire device.
*
* @param pw The pseudowire
@@ -301,7 +301,7 @@
revNextHop = reverseLink(path.get(1));
} else {
if (path.size() != 1) {
- log.info("Deploying process : Path between leaf spine should equal to 2, for pseudowire {}",
+ log.info("Deploying process : Path between leaf spine should equal to 1, for pseudowire {}",
l2TunnelId);
return INTERNAL_ERROR;
}
@@ -660,7 +660,7 @@
revNextHop = reverseLink(path.get(1));
} else {
if (path.size() != 1) {
- log.info("Update process : Error, path between leaf spine should equal to 2, for pseudowire {}",
+ log.info("Update process : Error, path between leaf spine should equal to 1, for pseudowire {}",
newPw.l2Tunnel().tunnelId());
return;
}