summaryrefslogtreecommitdiff
path: root/script/traffic_replay
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-04-18 15:40:18 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:28 +0200
commit4e37336632bd6a26bd960d5ee2e80fa1a22e8440 (patch)
tree752983fddfac04221fe92bc27d665bda6b7b6f8e /script/traffic_replay
parent5ed1682905849f8b1971eac79fa7718aa0f07744 (diff)
downloadsamba-4e37336632bd6a26bd960d5ee2e80fa1a22e8440.tar.gz
traffic_replay: fix typo in message string
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'script/traffic_replay')
-rwxr-xr-xscript/traffic_replay2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/traffic_replay b/script/traffic_replay
index df86115a48f..a56ea25d5c9 100755
--- a/script/traffic_replay
+++ b/script/traffic_replay
@@ -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.")