commit | d57dea47d5167fb25b51f29b905a3ae38f7f5594 | [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:28 2016 +0000 |
tree | 7022185cc5f38d4d2b882353666f8fb4153fdae8 | |
parent | b0c3a1a149c79cf6600ee734295be4caa464d417 [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>
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 {