diff spec/util_throttle_spec.lua @ 10411:db2a06b9ff98

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 16 Nov 2019 16:52:31 +0100
parents 02a41315d275
children f4415f76727b
line wrap: on
line diff
--- a/spec/util_throttle_spec.lua	Sat Nov 16 16:45:33 2019 +0100
+++ b/spec/util_throttle_spec.lua	Sat Nov 16 16:52:31 2019 +0100
@@ -88,7 +88,7 @@
 				later(0.1);
 				a:update();
 			end
-			assert(math.abs(a.balance - 1) < 0.0001); -- incremental updates cause rouding errors
+			assert(math.abs(a.balance - 1) < 0.0001); -- incremental updates cause rounding errors
 		end);
 	end);