From e8059197d2b667d6c0e9b073044af7ce50629d61 Mon Sep 17 00:00:00 2001 From: op Date: Fri, 24 May 2024 13:32:03 +0000 Subject: [PATCH] typo: "pwdtries" -> "passwordtries"; ok millert@ --- usr.bin/passwd/pwd_check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } /* -- 2.20.1