Fix typo

Change-Id: I8efffd69696bf33f1e08c12999ffe65570b86176
diff --git a/apps/netconf/client/src/main/java/org/onosproject/netconf/client/impl/NetconfTranslatorImpl.java b/apps/netconf/client/src/main/java/org/onosproject/netconf/client/impl/NetconfTranslatorImpl.java
index b8ecbf2..257c8af 100644
--- a/apps/netconf/client/src/main/java/org/onosproject/netconf/client/impl/NetconfTranslatorImpl.java
+++ b/apps/netconf/client/src/main/java/org/onosproject/netconf/client/impl/NetconfTranslatorImpl.java
@@ -234,7 +234,7 @@
      * Returns a session for the specified deviceId if this node is its master,
      * returns null otherwise.
      *
-     * @param deviceId the id of node for witch we wish to retrieve a session
+     * @param deviceId the id of node for which we wish to retrieve a session
      * @return a NetconfSession with the specified node or null
      */
     private NetconfSession getNetconfSession(DeviceId deviceId) {