Mercurial > prosody-hg
diff spec/util_throttle_spec.lua @ 9993:02a41315d275
Fix various spelling mistakes [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 03 May 2019 20:54:24 +0200 |
| parents | f024cb5acc25 |
| children | f4415f76727b |
line wrap: on
line diff
--- a/spec/util_throttle_spec.lua Fri May 03 18:14:14 2019 +0200 +++ b/spec/util_throttle_spec.lua Fri May 03 20:54:24 2019 +0200 @@ -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);
