diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-17 00:45:33 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-17 00:45:33 +0000 |
commit | 09777a4fc2ed0f2b09447eb89fb8cd4b99278944 (patch) | |
tree | 6bacd3d36ad24891153d55d573d776ca25065ce9 /src/getpass.c | |
parent | 03310713467b678812067b3edab82b23ed6b1c04 (diff) | |
download | curl-09777a4fc2ed0f2b09447eb89fb8cd4b99278944.tar.gz |
Some trivial changes
Diffstat (limited to 'src/getpass.c')
-rw-r--r-- | src/getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getpass.c b/src/getpass.c index d15e28903..b5f2bc4ec 100644 --- a/src/getpass.c +++ b/src/getpass.c @@ -184,7 +184,7 @@ static bool ttyecho(bool enable, int fd) static struct_term noecho; #endif if(!enable) { - /* dissable echo by extracting the current 'withecho' mode and remove the + /* disable echo by extracting the current 'withecho' mode and remove the ECHO bit and set back the struct */ #ifdef HAVE_TERMIOS_H tcgetattr(fd, &withecho); |