summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth/changeuser.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-11-27 22:07:34 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-11-27 22:07:34 +0100
commit539f74db812b9d0a62db24070d89a8f26a542f19 (patch)
treee8c12d59a706f6a0d467ce8dde50b5896d23d5d1 /sys/src/cmd/auth/changeuser.c
parent7e0c920fe3c96555c9dccefffe19476ac9525367 (diff)
reverting string "general purpose password" braindamage
Diffstat (limited to 'sys/src/cmd/auth/changeuser.c')
-rw-r--r--sys/src/cmd/auth/changeuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/auth/changeuser.c b/sys/src/cmd/auth/changeuser.c
index 433c410f5..71a59fc03 100644
--- a/sys/src/cmd/auth/changeuser.c
+++ b/sys/src/cmd/auth/changeuser.c
@@ -66,7 +66,7 @@ main(int argc, char *argv[])
t = getexpiration(f->keys, u);
install(f->keys, u, key, t, newkey);
if(dosecret && setsecret(KEYDB, u, p9pass) == 0)
- error("error writing Inferno/POP secret");
+ error("error writing Inferno/pop secret");
newbio = querybio(f->who, u, &a);
if(newbio)
wrbio(f->who, &a);