emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0c861b820b7: ; * src/cm.c (calccost): Fix typo. (Bug#73485)


From: Stefan Kangas
Subject: master 0c861b820b7: ; * src/cm.c (calccost): Fix typo. (Bug#73485)
Date: Wed, 25 Sep 2024 19:47:21 -0400 (EDT)

branch: master
commit 0c861b820b79d9bd8b3ed2c445c79ca806b1cb67
Author: Jeremy Bryant <jb@jeremybryant.net>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * src/cm.c (calccost): Fix typo. (Bug#73485)
---
 src/cm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cm.c b/src/cm.c
index 67fafa29bcc..ad419ce0af1 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -193,7 +193,7 @@ calccost (struct tty_display_info *tty,
             tabcost;
     register const char *p;
 
-    /* If have just wrapped on a terminal with xn,
+    /* If we have just wrapped on a terminal with xn,
        don't believe the cursor position: give up here
        and force use of absolute positioning.  */
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]