; * src/cm.c (cmcheckmagic): Typo fix.

This commit is contained in:
Robert Pluim 2024-06-04 15:56:41 +02:00
parent 820bc42357
commit 3656a81850

View file

@ -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))