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/client | |
parent | a9ead5815d40dfe42651f6ff2140c94535b6a703 (diff) |
Another Typo fix T-Rex -> TRex
Diffstat (limited to 'scripts/automation/trex_control_plane/client')
-rwxr-xr-x | scripts/automation/trex_control_plane/client/trex_adv_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/client/trex_adv_client.py b/scripts/automation/trex_control_plane/client/trex_adv_client.py index b3fe3dad..bf7ccf58 100755 --- a/scripts/automation/trex_control_plane/client/trex_adv_client.py +++ b/scripts/automation/trex_control_plane/client/trex_adv_client.py @@ -8,7 +8,7 @@ class CTRexAdvClient(trex_client.CTRexClient): super(CTRexAdvClient, self).__init__(trex_host, max_history_size, trex_daemon_port, trex_zmq_port, verbose) pass - # T-REX KIWI advanced methods + # TRex KIWI advanced methods def start_quick_trex(self, pcap_file, d, delay, dual, ipv6, times, interfaces): try: return self.server.start_quick_trex(pcap_file = pcap_file, duration = d, dual = dual, delay = delay, ipv6 = ipv6, times = times, interfaces = interfaces) |