summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-10-14 20:38:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-10-14 20:38:16 +0200
commit1206e9e5c3ffa1c216c322e32a5443760fb1a3a7 (patch)
tree431daf12d381f13e0df1fa44bb07799d769d7f93 /tests/scripts
parentf3b4336bc4d7da716d68629ee18e79a512976f04 (diff)
downloadweechat-1206e9e5c3ffa1c216c322e32a5443760fb1a3a7.zip
tests: fix typo in comment
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/test-scripts.cpp2
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);