# HG changeset patch # User Waqas Hussain # Date 1513876966 18000 # Node ID f024cb5acc25e8e217cc627ccfb33014df069557 # Parent d88dc682767557dd614faa3450f017a665bf6a36 util_throttle_spec: Fix minor typo in test title diff -r d88dc6827675 -r f024cb5acc25 spec/util_throttle_spec.lua --- a/spec/util_throttle_spec.lua Tue Dec 12 17:51:12 2017 +0100 +++ b/spec/util_throttle_spec.lua Thu Dec 21 12:22:46 2017 -0500 @@ -34,7 +34,7 @@ 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