mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
* ttyio.c: Typo fixes.
This commit is contained in:
parent
36a0b950e5
commit
60718702d1
@ -1,5 +1,7 @@
|
|||||||
2003-07-30 Werner Koch <wk@gnupg.org>
|
2003-07-30 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* ttyio.c: Typo fixes.
|
||||||
|
|
||||||
* dotlock.c [_WIN32]: Don't include sys/time.h
|
* dotlock.c [_WIN32]: Don't include sys/time.h
|
||||||
* http.c, iobuf.c, simple-gettext.c: s/__MINGW32__/_WIN32/.
|
* http.c, iobuf.c, simple-gettext.c: s/__MINGW32__/_WIN32/.
|
||||||
* strgutil.c, ttyio.c, w32reg.c: Ditto.
|
* strgutil.c, ttyio.c, w32reg.c: Ditto.
|
||||||
|
@ -99,8 +99,8 @@ tty_get_ttyname (void)
|
|||||||
got_name = 1;
|
got_name = 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* Assume the staandrd tty on memory error or when tehre is no
|
/* Assume the standard tty on memory error or when there is no
|
||||||
certmid. */
|
ctermid. */
|
||||||
return name? name : "/dev/tty";
|
return name? name : "/dev/tty";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user