diff options
author | Waqas Hussain <waqas20@gmail.com> | 2017-12-21 12:22:46 -0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2017-12-21 12:22:46 -0500 |
commit | ec21b99d0aea0d070af07b3f6e956d048dfabb77 (patch) | |
tree | c6f4f561792c372e32f9e9eefc983d52e8b5bb70 /spec/util_throttle_spec.lua | |
parent | 653845311b8bbe7e21317a81e29b364f766fbda8 (diff) | |
download | prosody-ec21b99d0aea0d070af07b3f6e956d048dfabb77.tar.gz prosody-ec21b99d0aea0d070af07b3f6e956d048dfabb77.zip |
util_throttle_spec: Fix minor typo in test title
Diffstat (limited to 'spec/util_throttle_spec.lua')
-rw-r--r-- | spec/util_throttle_spec.lua | 2 |
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 |