aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-03-07 00:13:56 +0100
committerKim Alvefur <zash@zash.se>2022-03-07 00:13:56 +0100
commit43351d2b54f7d8451a0e1ada7a72514c1ae1e396 (patch)
tree69239d940028f6a8a29b1f6b0524d932d1553c7b /teal-src
parentece896d2532cc91ea95c0194e3db439c364235eb (diff)
downloadprosody-43351d2b54f7d8451a0e1ada7a72514c1ae1e396.tar.gz
prosody-43351d2b54f7d8451a0e1ada7a72514c1ae1e396.zip
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work Maybe I missed something.
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/encodings.d.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/teal-src/util/encodings.d.tl b/teal-src/util/encodings.d.tl
index f77039dd..58aefa5e 100644
--- a/teal-src/util/encodings.d.tl
+++ b/teal-src/util/encodings.d.tl
@@ -19,7 +19,7 @@ local record lib
length : function (s : string) : integer
end
record confusable
- skeleteon : function (s : string) : string
+ skeleton : function (s : string) : string
end
version : string
end