« get me outta code hell

Fix typo in telchars - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-07-03 18:52:25 -0300
committerliam4 <towerofnix@gmail.com>2017-07-03 18:52:25 -0300
commit489e4d0c78d5f393729cda0e1f6ac9a0a1237b4a (patch)
tree572c0c743fc7cf094b9358b8c30157a7c5d33883
parent16da7fb310198851c2e4b02abedfb24979287242 (diff)
Fix typo in telchars
-rw-r--r--telchars.js2
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,