From c506269ff5656772fdf739c61bf1aceac4fe9060 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Tue, 27 Jul 2021 00:13:18 +0200
Subject: Fix various spelling errors (thanks codespell)

Also special thanks to timeless, for wordlessly reminding me to check
for typos.
---
 util/sasl.lua  | 2 +-
 util/vcard.lua | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'util')

diff --git a/util/sasl.lua b/util/sasl.lua
index fc2abdf3..46e75e48 100644
--- a/util/sasl.lua
+++ b/util/sasl.lua
@@ -27,7 +27,7 @@ Authentication Backend Prototypes:
 
 state = false : disabled
 state = true : enabled
-state = nil : non-existant
+state = nil : non-existent
 
 Channel Binding:
 
diff --git a/util/vcard.lua b/util/vcard.lua
index bb299fab..e311f73f 100644
--- a/util/vcard.lua
+++ b/util/vcard.lua
@@ -29,7 +29,7 @@ local function vCard_unesc(s)
 		["\\n"] = "\n",
 		["\\r"] = "\r",
 		["\\t"] = "\t",
-		["\\:"] = ":", -- FIXME Shouldn't need to espace : in values, just params
+		["\\:"] = ":", -- FIXME Shouldn't need to escape : in values, just params
 		["\\;"] = ";",
 		["\\,"] = ",",
 		[":"] = "\29",
-- 
cgit v1.2.3