diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/format.lua | 2 |
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 |