From 4c9b83dd0099100641d7a75855e2db055d7928d8 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 16 Feb 2008 14:41:49 +0000 Subject: typo --- ax25/access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25') diff --git a/ax25/access.c b/ax25/access.c index 2929580..46e010d 100644 --- a/ax25/access.c +++ b/ax25/access.c @@ -214,7 +214,7 @@ void write_example_passwd(char *pwfile, char pwlocation, struct passwd *pw) { fprintf(f, "# systempasswordonly\n"); } fprintf(f, "# Examples (sys and md5 passwords may differ):\n"); - fprintf(f, "# md5 stadard (secure) - length: >= %d and <= %d characters\n", MINPWLEN_MD5, PASSSIZE); + fprintf(f, "# md5 standard (secure) - length: >= %d and <= %d characters\n", MINPWLEN_MD5, PASSSIZE); fprintf(f, "# %smd5:%s\n", (pwlocation == SYSTEMPW ? "username:" : ""), generate_rand_pw(MINPWLEN_MD5)); fprintf(f, "# sys/baycom standard (not very secure) - length: >= %d and <= %d characters\n", MINPWLEN_SYS, PASSSIZE); fprintf(f, "# %ssys:%s\n", (pwlocation == SYSTEMPW ? "username:" : ""), generate_rand_pw(MINPWLEN_SYS)); -- cgit v1.2.3