From: Joe Guo Date: Wed, 18 Apr 2018 03:40:18 +0000 (+1200) Subject: traffic_replay: fix typo in message string X-Git-Tag: ldb-1.4.0~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e37336632bd6a26bd960d5ee2e80fa1a22e8440;p=thirdparty%2Fsamba.git traffic_replay: fix typo in message string Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- 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 " - " (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 ," " which is the full DNS hostname of the DC being tested.")