From cdac270ecadae9d89ef365c7c9bb6d881b6b5101 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 26 Oct 2003 19:50:51 +0000
Subject: [PATCH] Typo in comment fixed.

---
 demo/microcom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/microcom.py b/demo/microcom.py
index 271402d..11aea6d 100644
--- a/demo/microcom.py
+++ b/demo/microcom.py
@@ -23,7 +23,7 @@ while x.loop():
         # Exit once the user hits Ctrl-].
         break
     elif x.re(user, "(?s)."):
-        # Anything else is sent to the seiral port.
+        # Anything else is sent to the serial port.
         port.send(user.consumed)
     elif x.re(port, "(?s)..*"):
         # Anything that arrives from the serial port is sent to the
-- 
GitLab