Fix trivial typo on gc message (#149)

This commit is contained in:
Federico Pellegrin 2020-06-01 09:42:04 +02:00 committed by GitHub
parent e208629c4c
commit d603a7bcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()