Diff

spec/util_throttle_spec.lua @ 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
parent 8246:ea2667fc6781
child 9993:02a41315d275
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