1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix typos

--
This commit is contained in:
Daniel Kahn Gillmor 2015-10-27 17:09:43 -04:00 committed by Werner Koch
parent 02dc518787
commit 1f872cb4ad
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
6 changed files with 6 additions and 6 deletions

View file

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