aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_throttle_spec.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-05-03 20:54:24 +0200
committerKim Alvefur <zash@zash.se>2019-05-03 20:54:24 +0200
commit690c6a4eb240ede63cf7a31007c25df29fa123f2 (patch)
tree9c43d95649714eb15f29bd1d99b00c9cbb2fcf8d /spec/util_throttle_spec.lua
parent4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b (diff)
downloadprosody-690c6a4eb240ede63cf7a31007c25df29fa123f2.tar.gz
prosody-690c6a4eb240ede63cf7a31007c25df29fa123f2.zip
Fix various spelling mistakes [codespell]
Diffstat (limited to 'spec/util_throttle_spec.lua')
-rw-r--r--spec/util_throttle_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_throttle_spec.lua b/spec/util_throttle_spec.lua
index 75daf1b9..985afae8 100644
--- a/spec/util_throttle_spec.lua
+++ b/spec/util_throttle_spec.lua
@@ -88,7 +88,7 @@ describe("util.throttle", function()
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);