diff options
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 */ |