diff options
-rw-r--r-- | telchars.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telchars.js b/telchars.js index 11dde94..8cf414c 100644 --- a/telchars.js +++ b/telchars.js @@ -1,4 +1,4 @@ -// Useful tlelnet key detection. +// Useful telnet key detection. const telchars = { isSpace: buf => buf[0] === 0x20, |