mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 19:01:06 +02:00
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>
This commit is contained in:
parent
b0c3a1a149
commit
d57dea47d5
@ -27,7 +27,7 @@ import org.slf4j.LoggerFactory;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Defautl implementation of a NETCONF device.
|
||||
* Default implementation of a NETCONF device.
|
||||
*/
|
||||
public class DefaultNetconfDevice implements NetconfDevice {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user