diff options
author | liam4 <towerofnix@gmail.com> | 2017-07-03 18:52:25 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-07-03 18:52:25 -0300 |
commit | 489e4d0c78d5f393729cda0e1f6ac9a0a1237b4a (patch) | |
tree | 572c0c743fc7cf094b9358b8c30157a7c5d33883 /telchars.js | |
parent | 16da7fb310198851c2e4b02abedfb24979287242 (diff) |
Fix typo in telchars
Diffstat (limited to 'telchars.js')
-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, |