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 | f7e7fb38d87366c65c43e87982928cb7b44d6b37 (patch) | |
tree | c6f4f561792c372e32f9e9eefc983d52e8b5bb70 /spec | |
parent | 2b6d09836ceafd26c256d58bbd510f4d72d16b19 (diff) | |
download | prosody-f7e7fb38d87366c65c43e87982928cb7b44d6b37.tar.gz prosody-f7e7fb38d87366c65c43e87982928cb7b44d6b37.zip |
util_throttle_spec: Fix minor typo in test title
Diffstat (limited to 'spec')
-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 |