Changeset

8473:f024cb5acc25

util_throttle_spec: Fix minor typo in test title
author Waqas Hussain <waqas20@gmail.com>
date Thu, 21 Dec 2017 12:22:46 -0500
parents 8472:d88dc6827675
children 8480:3d3706147174
files spec/util_throttle_spec.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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