mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 03:51:32 +00:00
Fix various spelling, grammatical, and punctuation errors (#222)
This commit is contained in:
@@ -353,7 +353,7 @@ LispPTR flush_pty() {
|
||||
#endif
|
||||
if (size == -1) return (NIL);
|
||||
|
||||
/* Check free space to avoid print System Error Mesage
|
||||
/* Check free space to avoid printing System Error Message
|
||||
to /dev/console */
|
||||
TIMEOUT(rval = statvfs("/tmp", &vfsbuf));
|
||||
if (rval != 0) return (NIL);
|
||||
|
||||
Reference in New Issue
Block a user