From: op Date: Fri, 24 May 2024 13:32:03 +0000 (+0000) Subject: typo: "pwdtries" -> "passwordtries"; ok millert@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e8059197d2b667d6c0e9b073044af7ce50629d61;p=openbsd typo: "pwdtries" -> "passwordtries"; ok millert@ --- diff --git a/usr.bin/passwd/pwd_check.c b/usr.bin/passwd/pwd_check.c index cfdd14a8ad0..168b9e51758 100644 --- a/usr.bin/passwd/pwd_check.c +++ b/usr.bin/passwd/pwd_check.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pwd_check.c,v 1.18 2023/05/08 16:11:41 tobias Exp $ */ +/* $OpenBSD: pwd_check.c,v 1.19 2024/05/24 13:32:03 op Exp $ */ /* * Copyright 2000 Niels Provos @@ -213,7 +213,7 @@ pwd_gettries(login_cap_t *lc) if (ntries >= 0 && ntries <= INT_MAX) return((int)ntries); fprintf(stderr, - "Warning: pwdtries out of range in /etc/login.conf"); + "Warning: passwordtries out of range in /etc/login.conf"); } /*