summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2024-12-06 07:55:28 +0100
committerDarren Tucker <dtucker@dtucker.net>2024-12-06 10:19:46 +0100
commitdc2ef8f0944a4ff7ba19e52fd17b4654e6bd9b93 (patch)
tree2022856d1c34dfe68f3fe86b2c0e22ff28dbcb4c
parentupstream: catch up documentation: AES-GCM is preferred to AES-CTR (diff)
downloadopenssh-dc2ef8f0944a4ff7ba19e52fd17b4654e6bd9b93.tar.xz
openssh-dc2ef8f0944a4ff7ba19e52fd17b4654e6bd9b93.zip
upstream: Change "login again" to "log in again"
in password change message. From ThinLinc-Zeijlon via github PR#532. OpenBSD-Commit-ID: fea5e9bc04caf613a118c419f16863733b340cf1
-rw-r--r--session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 41fdcf7a9..52a4a3446 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.338 2024/05/17 00:30:24 djm Exp $ */
+/* $OpenBSD: session.c,v 1.340 2024/12/06 06:55:28 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -1433,7 +1433,7 @@ do_pwchange(Session *s)
fprintf(stderr, "WARNING: Your password has expired.\n");
if (s->ttyfd != -1) {
fprintf(stderr,
- "You must change your password now and login again!\n");
+ "You must change your password now and log in again!\n");
#ifdef WITH_SELINUX
setexeccon(NULL);
#endif