« get me outta code hell

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:
-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,