aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-04 16:40:38 +0100
committerKim Alvefur <zash@zash.se>2022-02-04 16:40:38 +0100
commitc6e9692a003ba563adad91082ea3b8166a706029 (patch)
tree23c64e68407634bb6d23d58a8bb1d760a7c1cda0 /util
parent52016b89b1f80389fe24de987309b54d9a78d9d1 (diff)
downloadprosody-c6e9692a003ba563adad91082ea3b8166a706029.tar.gz
prosody-c6e9692a003ba563adad91082ea3b8166a706029.zip
util.format: Fix typo in comment [codespell]
Diffstat (limited to 'util')
-rw-r--r--util/format.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/format.lua b/util/format.lua
index 09369da4..d709aada 100644
--- a/util/format.lua
+++ b/util/format.lua
@@ -1,6 +1,6 @@
--
-- A string.format wrapper that gracefully handles invalid arguments since
--- certain format string and argument combinations may casue errors or other
+-- certain format string and argument combinations may cause errors or other
-- issues like log spoofing
--
-- Provides some protection from e.g. CAPEC-135, CWE-117, CWE-134, CWE-93