aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2017-12-21 12:22:46 -0500
committerWaqas Hussain <waqas20@gmail.com>2017-12-21 12:22:46 -0500
commitec21b99d0aea0d070af07b3f6e956d048dfabb77 (patch)
treec6f4f561792c372e32f9e9eefc983d52e8b5bb70 /spec
parent653845311b8bbe7e21317a81e29b364f766fbda8 (diff)
downloadprosody-ec21b99d0aea0d070af07b3f6e956d048dfabb77.tar.gz
prosody-ec21b99d0aea0d070af07b3f6e956d048dfabb77.zip
util_throttle_spec: Fix minor typo in test title
Diffstat (limited to 'spec')
-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