From abd75d40f31787f289de8e34854c00672af49b2c Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Thu, 24 Feb 2011 21:13:57 +0100 Subject: Fixed textual typo --- mactelnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mactelnet.c') 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 */ -- cgit v1.2.3