From 3656a81850e5fddd429b5bd91d06987185ddd6d6 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Tue, 4 Jun 2024 15:56:41 +0200 Subject: [PATCH] ; * src/cm.c (cmcheckmagic): Typo fix. --- src/cm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cm.c b/src/cm.c index 85fc3e776c8..c6c64d95a2a 100644 --- a/src/cm.c +++ b/src/cm.c @@ -111,8 +111,8 @@ addcol (tty, n) { void cmcheckmagic (struct tty_display_info *tty) { - /* If we have unhandled SIGWINCH, we don't really know what are our - up-to-date frame diumensions. */ + /* If we have an unhandled SIGWINCH, we don't really know what our + up-to-date frame dimensions are. */ if (frame_size_change_delayed ()) return; if (curX (tty) == FrameCols (tty))