Software / code / prosody
Diff
util/format.lua @ 12261:f7946c8e502f
util.format: Fix typo in comment [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 04 Feb 2022 16:40:38 +0100 |
| parent | 12221:056b7920b686 |
| child | 12573:0f4feaf9ca64 |
line wrap: on
line diff
--- a/util/format.lua Fri Feb 04 16:40:23 2022 +0100 +++ b/util/format.lua Fri Feb 04 16:40:38 2022 +0100 @@ -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