From aa3f6639f469dc1003f902127464790b6b346c41 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Fri, 1 Apr 2016 13:59:32 +0300 Subject: typo --- scripts/automation/trex_control_plane/stl/examples/stl_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_path.py b/scripts/automation/trex_control_plane/stl/examples/stl_path.py index f1592571..f190aab1 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_path.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_path.py @@ -1,6 +1,6 @@ import sys, os -# FIXME to the write path for trex_stl_lib +# FIXME to the right path for trex_stl_lib sys.path.insert(0, "../") STL_PROFILES_PATH = os.path.join(os.pardir, os.pardir, os.pardir, os.pardir, 'stl') -- cgit 1.2.3-korg