diff options
author | Werner Koch <[email protected]> | 2003-07-30 16:18:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-07-30 16:18:05 +0000 |
commit | 60718702d152a8e5fdf323baf47f823e6e7a1cb4 (patch) | |
tree | 95474f961f6af6ec0d9ab248e23c1d24abcdd099 | |
parent | * passphrase.c (agent_send_all_options): Make use of $GPG_TTY. (diff) | |
download | gnupg-60718702d152a8e5fdf323baf47f823e6e7a1cb4.tar.gz gnupg-60718702d152a8e5fdf323baf47f823e6e7a1cb4.zip |
* ttyio.c: Typo fixes.
-rw-r--r-- | util/ChangeLog | 2 | ||||
-rw-r--r-- | util/ttyio.c | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 0c5cdf9f8..d8d586d9b 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,5 +1,7 @@ 2003-07-30 Werner Koch <[email protected]> + * 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. diff --git a/util/ttyio.c b/util/ttyio.c index 1612dc32c..d93512f5e 100644 --- a/util/ttyio.c +++ b/util/ttyio.c @@ -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"; } |