diff options
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/test-scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index 96d408c2f..604961c0f 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -183,7 +183,7 @@ TEST(Scripts, API) /* check that there was no errors in script generation */ LONGS_EQUAL(0, api_tests_errors); - /* unload generator scritp */ + /* unload generator script */ snprintf (str_command, sizeof (str_command), "/script unload testapigen.py"); run_cmd (str_command); |