From 0024bbd3e7e7626863cd7fc0fb1224690e291671 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 28 Dec 2017 05:16:59 -0500 Subject: [PATCH] Typo. --- IMPLEMNT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPLEMNT.md b/IMPLEMNT.md index 0771f85a..ae2082b0 100644 --- a/IMPLEMNT.md +++ b/IMPLEMNT.md @@ -203,7 +203,7 @@ except checking for values out of range and null pointers. The non-portable functionality of reset_prog_mode() is handled here -- whatever's not done in _restore_mode(). In current ports: In OS/2, this -sets the keyboard to binary mode; in Windows conosle, it enables or +sets the keyboard to binary mode; in Windows console, it enables or disables the mouse pointer to match the saved mode; in others it does nothing.