diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2011-02-24 21:13:57 +0100 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2011-02-24 21:13:57 +0100 |
commit | abd75d40f31787f289de8e34854c00672af49b2c (patch) | |
tree | 161f07653a57eaf316a41c7a446cb696a31aa02b /mactelnet.c | |
parent | 5eb1c8e5c125902e803c3ff99ca88438223a6495 (diff) | |
download | MAC-Telnet-abd75d40f31787f289de8e34854c00672af49b2c.tar.gz MAC-Telnet-abd75d40f31787f289de8e34854c00672af49b2c.zip |
Fixed textual typo
Diffstat (limited to 'mactelnet.c')
-rw-r--r-- | mactelnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mactelnet.c b/mactelnet.c index 5427cb0..cb792ee 100644 --- a/mactelnet.c +++ b/mactelnet.c @@ -485,7 +485,7 @@ int main (int argc, char **argv) { if (!have_password) { char *tmp; - tmp = getpass("Passsword: "); + tmp = getpass("Password: "); strncpy(password, tmp, sizeof(password) - 1); password[sizeof(password) - 1] = '\0'; /* security */ |