diff --git a/ngrinder-controller/src/main/resources/script_template/basic_template_py.ftl b/ngrinder-controller/src/main/resources/script_template/basic_template_py.ftl index dfe823504..0fdc25a73 100644 --- a/ngrinder-controller/src/main/resources/script_template/basic_template_py.ftl +++ b/ngrinder-controller/src/main/resources/script_template/basic_template_py.ftl @@ -66,7 +66,7 @@ cookies.append(Cookie("${cookie["name"]?j_string}", "${cookie["value"]?j_string} class TestRunner: - # initlialize a thread + # initialize a thread def __init__(self): test1.record(TestRunner.__call__) grinder.statistics.delayReports=True