1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* ttyio.c: Typo fixes.

This commit is contained in:
Werner Koch 2003-07-30 16:18:05 +00:00
parent 36a0b950e5
commit 60718702d1
2 changed files with 4 additions and 2 deletions

View file

@ -99,8 +99,8 @@ tty_get_ttyname (void)
got_name = 1;
}
#endif
/* Assume the staandrd tty on memory error or when tehre is no
certmid. */
/* Assume the standard tty on memory error or when there is no
ctermid. */
return name? name : "/dev/tty";
}