From c6e9692a003ba563adad91082ea3b8166a706029 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 4 Feb 2022 16:40:38 +0100 Subject: util.format: Fix typo in comment [codespell] --- util/format.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3