commit | 3bbca2a6432280bf70c5f4f6650404618b873125 | [log] [tgz] |
---|---|---|
author | Yi Tseng <a86487817@gmail.com> | Thu Sep 01 17:08:34 2016 +0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Sep 01 16:16:05 2016 +0000 |
tree | 03eb251d2cdac719bb4b738ea8e907b0ba1a25cd | |
parent | 9e848e8717e2b7adcc6fe4abbcc970802e307faa [diff] |
Fix typo Change-Id: I2b7e8663b1cfd774b19e3b4a7b1b2a9191294f1c
diff --git a/apps/vpls/src/main/java/org/onosproject/vpls/IntentInstaller.java b/apps/vpls/src/main/java/org/onosproject/vpls/IntentInstaller.java index c080f2d..156936c 100644 --- a/apps/vpls/src/main/java/org/onosproject/vpls/IntentInstaller.java +++ b/apps/vpls/src/main/java/org/onosproject/vpls/IntentInstaller.java
@@ -75,7 +75,7 @@ /** * Formats the requests for creating and submit intents. - * Single Points to Multi Point intents are created for all the conigured + * Single Points to Multi Point intents are created for all the configured * Connect Points. Multi Point to Single Point intents are created for * Connect Points configured that have hosts attached. *