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:
Ryan Goulding 2016-12-03 13:01:15 -05:00 committed by Ray Milkey
parent b0c3a1a149
commit d57dea47d5

View File

@ -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 {