Fix a typo in debug message 56/3556/1
authorRobert Varga <robert.varga@pantheon.sk>
Sun, 8 Dec 2013 12:57:33 +0000 (13:57 +0100)
committerRobert Varga <robert.varga@pantheon.sk>
Sun, 8 Dec 2013 12:57:33 +0000 (13:57 +0100)
Change-Id: Ia37a2b49ae0cfb1196997d82df04d5edb7fffba7
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
opendaylight/netconf/netconf-api/src/main/java/org/opendaylight/controller/netconf/api/NetconfSession.java

index 1e14bfdba285ec0e8f68f3b0b363abe2e370c66b..eb7235f04490eaaef675e7f993da23455223222f 100644 (file)
@@ -58,7 +58,7 @@ public abstract class NetconfSession extends AbstractProtocolSession<NetconfMess
 
     @Override
     protected void handleMessage(NetconfMessage netconfMessage) {
-        logger.debug("handlign incomming message");
+        logger.debug("handling incoming message");
         sessionListener.onMessage(this, netconfMessage);
     }