From: Ralph Corderoy Date: Tue, 1 Nov 2016 11:49:43 +0000 (+0000) Subject: Fix spelling mistake in comment. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/47dc478574290891a5bfd3131514c0ecc61ba39d?hp=9b82aa035bb12ae41a35c5492b1068e7444e71f6 Fix spelling mistake in comment. Only done because the same typo appears in the man pages. --- diff --git a/sbr/terminal.c b/sbr/terminal.c index cf71de03..36e247b6 100644 --- a/sbr/terminal.c +++ b/sbr/terminal.c @@ -25,7 +25,7 @@ static int initLI = 0; static int initCO = 0; static int LI = 40; /* number of lines */ -static int CO = 80; /* number of colums */ +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 */