From 1206e9e5c3ffa1c216c322e32a5443760fb1a3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 14 Oct 2021 20:38:16 +0200 Subject: [PATCH] tests: fix typo in comment --- tests/scripts/test-scripts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);