traffic_replay: fix typo in message string
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 18 Apr 2018 03:40:18 +0000 (15:40 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:28 +0000 (02:09 +0200)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
script/traffic_replay

index df86115a48f10b20dca700ff49f1542025c36459..a56ea25d5c9ad89ccbf7ba98c934378350fa18bb 100755 (executable)
@@ -37,7 +37,7 @@ def print_err(*args, **kwargs):
 def main():
 
     desc = ("Generates network traffic 'conversations' based on <summary-file>"
-            " (which should the output file produced by either traffic_learner"
+            " (which should be the output file produced by either traffic_learner"
             " or traffic_summary.pl). This traffic is sent to <dns-hostname>,"
             " which is the full DNS hostname of the DC being tested.")