mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
chore: fix typos (#17670)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -86,7 +86,7 @@ static int openpty(int *amaster, int *aslave, char *name, struct termios *termp,
|
||||
ioctl(slave, I_PUSH, "ptem");
|
||||
// ldterm provides most of the termio terminal interface
|
||||
ioctl(slave, I_PUSH, "ldterm");
|
||||
// ttcompat compatability with older terminal ioctls
|
||||
// ttcompat compatibility with older terminal ioctls
|
||||
ioctl(slave, I_PUSH, "ttcompat");
|
||||
|
||||
if (termp) {
|
||||
|
Reference in New Issue
Block a user