mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-01 22:32:40 +00:00
Fix typos. (#157)
This commit is contained in:
@@ -321,7 +321,7 @@ int FindAvailablePty(char *Master, char *Slave) {
|
||||
grantpt(res);
|
||||
unlockpt(res);
|
||||
strcpy(Slave, ptsname(res));
|
||||
DBPRINT(("slave pyt name is %s.\n", Slave));
|
||||
DBPRINT(("slave pty name is %s.\n", Slave));
|
||||
#else
|
||||
|
||||
/* From p to r */
|
||||
|
||||
Reference in New Issue
Block a user