diff options
author | Kim Alvefur <zash@zash.se> | 2019-05-03 20:54:24 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-05-03 20:54:24 +0200 |
commit | f65c017ee107f86b353d5931e85a70e8c6067f1f (patch) | |
tree | 9c43d95649714eb15f29bd1d99b00c9cbb2fcf8d /spec | |
parent | 6d6eefea93711449a6a72ca63b597c9016f19b58 (diff) | |
download | prosody-f65c017ee107f86b353d5931e85a70e8c6067f1f.tar.gz prosody-f65c017ee107f86b353d5931e85a70e8c6067f1f.zip |
Fix various spelling mistakes [codespell]
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_throttle_spec.lua | 2 |
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); |