]> diplodocus.org Git - nmh/commitdiff
Fix spelling mistake in comment.
authorRalph Corderoy <ralph@inputplus.co.uk>
Tue, 1 Nov 2016 11:49:43 +0000 (11:49 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Tue, 1 Nov 2016 11:49:43 +0000 (11:49 +0000)
Only done because the same typo appears in the man pages.

sbr/terminal.c

index cf71de03ade036dd7a50e6b115fe787c19d66d20..36e247b62ecce2d698f0ad16768f32e747ff7ca1 100644 (file)
@@ -25,7 +25,7 @@ static int initLI = 0;
 static int initCO = 0;
 
 static int LI = 40;                /* number of lines                        */
 static int initCO = 0;
 
 static int LI = 40;                /* number of lines                        */
-static int CO = 80;                /* number of colum                      */
+static int CO = 80;                /* number of columns                      */
 static char *ti_clear = NULL;      /* terminfo string to clear screen        */
 static char *ti_standend = NULL;   /* terminfo string to end standout mode   */
 static char *ti_standbegin = NULL; /* terminfo string to begin standout mode */
 static char *ti_clear = NULL;      /* terminfo string to clear screen        */
 static char *ti_standend = NULL;   /* terminfo string to end standout mode   */
 static char *ti_standbegin = NULL; /* terminfo string to begin standout mode */