diff options
author | 2015-10-13 10:31:16 +0300 | |
---|---|---|
committer | 2015-10-13 10:31:16 +0300 | |
commit | b18e8dc6f2aba20767304334380a9b1561379541 (patch) | |
tree | a8d08808fd9f640b79811c070a4324422bdabf71 /scripts/automation/trex_control_plane/server | |
parent | a9ead5815d40dfe42651f6ff2140c94535b6a703 (diff) |
Another Typo fix T-Rex -> TRex
Diffstat (limited to 'scripts/automation/trex_control_plane/server')
-rwxr-xr-x | scripts/automation/trex_control_plane/server/trex_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/server/trex_server.py b/scripts/automation/trex_control_plane/server/trex_server.py index 1e5098fb..e667dbf2 100755 --- a/scripts/automation/trex_control_plane/server/trex_server.py +++ b/scripts/automation/trex_control_plane/server/trex_server.py @@ -318,7 +318,7 @@ class CTRexServer(object): io = iom, export = export_path ) - logger.info("T-REX FULL COMMAND: {command}".format(command = cmd) ) + logger.info("TRex FULL COMMAND: {command}".format(command = cmd) ) return (cmd, export_path, long(d)) |