summaryrefslogtreecommitdiffstats
path: root/kiss/mkiss.c
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:15:04 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:15:04 +0200
commitd3e6d4ffaa02d8523220cf0ed2acd10594c86482 (patch)
treee771bb4afb9571939dd5a413ad77f72d022cb853 /kiss/mkiss.c
parent471c5882ceed45446f76df0fc1ae285930de28ed (diff)
Fixed spelling errors.HEADmaster
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'kiss/mkiss.c')
-rw-r--r--kiss/mkiss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiss/mkiss.c b/kiss/mkiss.c
index 1747c33..a63446e 100644
--- a/kiss/mkiss.c
+++ b/kiss/mkiss.c
@@ -11,8 +11,8 @@
*
* 1.01 12/30/95 Ron Curry - Fixed FD_STATE bug where FD_STATE was being used for
* three state machines causing spurious writes to wrong TNC port. FD_STATE is
- * now used for real serial port, FD0_STATE for first psuedo tty, and FD1_STATE
- * for second psuedo tty. This was an easy fix but a MAJOR bug.
+ * now used for real serial port, FD0_STATE for first pseudo tty, and FD1_STATE
+ * for second pseudo tty. This was an easy fix but a MAJOR bug.
*
* 1.02 3/1/96 Jonathan Naylor - Make hardware handshaking default to off.
* Allowed for true multiplexing of the data from the two pseudo ttys.