spelling and typo fixes
Submitted for 3.7.0; all but one also apply to 3.6.3. I rewrote the curses terminal-too-small message instead of just fixing the spelling of "minumum".
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ char c;
|
||||
register struct WinDesc *cw = wins[WIN_MESSAGE];
|
||||
|
||||
if (cw == (struct WinDesc *) 0)
|
||||
panic("Putsym window MESSAGE nonexistant");
|
||||
panic("Putsym window MESSAGE nonexistent");
|
||||
|
||||
switch (c) {
|
||||
case '\b':
|
||||
|
||||
Reference in New Issue
Block a user