* 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

@ -1,5 +1,7 @@
2003-07-30 Werner Koch <wk@gnupg.org>
* ttyio.c: Typo fixes.
* dotlock.c [_WIN32]: Don't include sys/time.h
* http.c, iobuf.c, simple-gettext.c: s/__MINGW32__/_WIN32/.
* strgutil.c, ttyio.c, w32reg.c: Ditto.

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";
}