From d603a7bcee2b9c9b4c36a2cbdf8dc2a9ee4f05f3 Mon Sep 17 00:00:00 2001 From: Federico Pellegrin Date: Mon, 1 Jun 2020 09:42:04 +0200 Subject: [PATCH] Fix trivial typo on gc message (#149) --- tests/lua/bootstrap-tests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lua/bootstrap-tests.lua b/tests/lua/bootstrap-tests.lua index 189765d..542b42c 100644 --- a/tests/lua/bootstrap-tests.lua +++ b/tests/lua/bootstrap-tests.lua @@ -10,7 +10,7 @@ function default_tear_down() -- effil.G is always present -- thus, gc has one object if effil.gc.count() ~= 1 then - print "Not all bojects were removed, gonna sleep for 2 seconds" + print "Not all objects were removed, gonna sleep for 2 seconds" effil.sleep(2) collectgarbage()