aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_throttle_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util_throttle_spec.lua')
-rw-r--r--spec/util_throttle_spec.lua2
1 files changed, 1 insertions, 1 deletions
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