1
0
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:
Bruce Mitchener
2021-01-01 23:55:24 +07:00
committed by GitHub
parent b31ac48ed0
commit fc3908f19a
14 changed files with 25 additions and 25 deletions

View File

@@ -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 */