From cdc17260211f674efb969ceef72320f48c0d144c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 2 Feb 2006 13:11:47 +0000 Subject: [PATCH] =?UTF-8?q?(PASS=5FREUSE):=20Spelling,=20from=20V=C3=A1cla?= =?UTF-8?q?v=20H=3Fla=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16683 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/kadm5_err.et | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kadm5/kadm5_err.et b/lib/kadm5/kadm5_err.et index f2b8b35c7..ae7847275 100644 --- a/lib/kadm5/kadm5_err.et +++ b/lib/kadm5/kadm5_err.et @@ -33,7 +33,7 @@ error_code BAD_MIN_PASS_LIFE, "Password minimum life is greater than password ma error_code PASS_Q_TOOSHORT, "Password is too short" error_code PASS_Q_CLASS, "Password does not contain enough character classes" error_code PASS_Q_DICT, "Password is in the password dictionary" -error_code PASS_REUSE, "Can't resuse password" +error_code PASS_REUSE, "Can't reuse password" error_code PASS_TOOSOON, "Current password's minimum life has not expired" error_code POLICY_REF, "Policy is in use" error_code INIT, "Connection to server already initialized"