commit | cd7a3ee09db54d76b3d894495fa710be61970946 | [log] [tgz] |
---|---|---|
author | Ryan Goulding <ryandgoulding@gmail.com> | Sat Dec 03 13:01:15 2016 -0500 |
committer | Ray Milkey <ray@onlab.us> | Tue Dec 06 17:37:39 2016 +0000 |
tree | 8d4e697b53c960b271ab94f28c0060347b99dd38 | |
parent | b5c17c6af45e51bd16526a622c537ecd9aa8f8c1 [diff] |
Fix a typo in DefaultNetconfDevice class comment Fix spelling of the word "Default" in the DefaultNetconfDevice class header comment. Change-Id: Ib0af0759f841e77c7c066bf4ee53052b29d1bc10 Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com> (cherry picked from commit d57dea47d5167fb25b51f29b905a3ae38f7f5594)
diff --git a/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/DefaultNetconfDevice.java b/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/DefaultNetconfDevice.java index ba3cc75..a36f8d2 100644 --- a/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/DefaultNetconfDevice.java +++ b/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/DefaultNetconfDevice.java
@@ -27,7 +27,7 @@ import java.io.IOException; /** - * Defautl implementation of a NETCONF device. + * Default implementation of a NETCONF device. */ public class DefaultNetconfDevice implements NetconfDevice {