commit | bd52a05f6aa64339a52a35bb7162605623fac980 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Aug 23 15:23:50 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Aug 23 23:53:59 2017 +0000 |
tree | bebdf3996b585c4ec52cf9bbd7897ee767750d57 | |
parent | aa8de85fdd57884cb66953f81cb1eb24c586b106 [diff] |
Fix typos detected by Frank Wang Change-Id: I86b2e302569eff89d7051321a4531c7e0dc242f9 (cherry picked from commit c108a6b5d22adaa6247783b9714b7d5cf80749c4)
diff --git a/apps/network-troubleshoot/api/src/main/java/org/onosproject/fnl/base/TsLoopPacket.java b/apps/network-troubleshoot/api/src/main/java/org/onosproject/fnl/base/TsLoopPacket.java index 4f68942..b675a87 100644 --- a/apps/network-troubleshoot/api/src/main/java/org/onosproject/fnl/base/TsLoopPacket.java +++ b/apps/network-troubleshoot/api/src/main/java/org/onosproject/fnl/base/TsLoopPacket.java
@@ -280,7 +280,7 @@ /** * Returns true if the packet passed through the specific device. * - * @param deviceId identify of the divice to test + * @param deviceId identify of the device to test * @return true if packet passed through the specific device; * false otherwise */