1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

tests: fix typo in comment

This commit is contained in:
Sébastien Helleu
2021-10-14 20:38:16 +02:00
parent f3b4336bc4
commit 1206e9e5c3
+1 -1
View File
@@ -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);