diff options
Diffstat (limited to 'util')
-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"; } |