summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-06-09 11:55:31 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-06-09 11:55:31 +0300
commit07d5732a49bab856ab773e4a4762a7983cb5a538 (patch)
tree750e6d5aab991d9fa84bae1977815828955f233a /scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py
parentc7f542bf276101414d10cbc822c33feaf9a12961 (diff)
typo (GitHub pull request #14)
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py
index ba9459c1..c6e14df3 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/__init__.py
@@ -1,7 +1,7 @@
import sys
if sys.version_info < (2, 7):
- print("\n**** TRex STL pacakge requires Python version >= 2.7 ***\n")
+ print("\n**** TRex STL package requires Python version >= 2.7 ***\n")
exit(-1)
from . import trex_stl_ext