From 60718702d152a8e5fdf323baf47f823e6e7a1cb4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 30 Jul 2003 16:18:05 +0000 Subject: * ttyio.c: Typo fixes. --- util/ChangeLog | 2 ++ 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 + * 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"; } -- cgit v1.2.3