summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-02-16 14:41:49 +0000
committerThomas Osterried <thomas@osterried.de>2008-02-16 14:41:49 +0000
commit4c9b83dd0099100641d7a75855e2db055d7928d8 (patch)
tree9f7402f5d4ff66e896bd050d4f85b1f42b77c2a7
parent278f94f9dcb38ce1b0848c46a5365af463b74c5b (diff)
typo
-rw-r--r--ax25/access.c2
1 files changed, 1 insertions, 1 deletions
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));