Fix typo: s/then/than
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / TesttoolParameters.java
index 6522de76751fb342a0de420499d11b1bb13b88c3..3ba5fece8d1621aeede7933e27cd62566c095566 100644 (file)
@@ -151,7 +151,7 @@ public class TesttoolParameters {
         parser.addArgument("--devices-per-port")
                 .type(Integer.class)
                 .setDefault(1)
-                .help("Amount of config files generated per port to spoof more devices then are actually running")
+                .help("Amount of config files generated per port to spoof more devices than are actually running")
                 .dest("devices-per-port");
 
         parser.addArgument("--schemas-dir")