From b18e8dc6f2aba20767304334380a9b1561379541 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 13 Oct 2015 10:31:16 +0300 Subject: Another Typo fix T-Rex -> TRex --- scripts/automation/trex_control_plane/server/trex_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/server') 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)) -- cgit