From ec21b99d0aea0d070af07b3f6e956d048dfabb77 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 21 Dec 2017 12:22:46 -0500 Subject: util_throttle_spec: Fix minor typo in test title --- spec/util_throttle_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/util_throttle_spec.lua b/spec/util_throttle_spec.lua index c63fc70c..75daf1b9 100644 --- a/spec/util_throttle_spec.lua +++ b/spec/util_throttle_spec.lua @@ -34,7 +34,7 @@ describe("util.throttle", function() end); describe("#update()", function() - it("does nothing when no time hase passed, even if balance is not full", function() + it("does nothing when no time has passed, even if balance is not full", function() now = 5; local a = throttle.create(10, 10); for i=1,5 do -- cgit v1.2.3