diff --git a/src/tests/test_script_admin.cpp b/src/tests/test_script_admin.cpp --- a/src/tests/test_script_admin.cpp +++ b/src/tests/test_script_admin.cpp @@ -51,7 +51,7 @@ static std::optional TestSc { auto vm = sq_open(1024); /* sq_compile creates a closure with our snipper, which is a table. - * Add "return " to get the table on the stack. */ + * Add "return " to get the table on the stack. */ std::string buffer = fmt::format("return {}", squirrel); /* Insert an (empty) class for testing. */