]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Change "login again" to "log in again"
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 6 Dec 2024 06:55:28 +0000 (06:55 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 6 Dec 2024 09:19:46 +0000 (20:19 +1100)
in password change message.  From ThinLinc-Zeijlon via github PR#532.

OpenBSD-Commit-ID: fea5e9bc04caf613a118c419f16863733b340cf1

session.c

index 41fdcf7a95d581aca3d5d5a84fab1369edb00522..52a4a3446e6df702374fb0aeb982f6661e033044 100644 (file)
--- 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