[openssh-commits] [openssh] branch master updated: Change text from "login to" to "log in to".

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 6 17:58:24 AEDT 2024


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 9a2f4c75 Change text from "login to" to "log in to".
9a2f4c75 is described below

commit 9a2f4c75081769bd45eba2bf3fab0a32b25f1879
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Dec 6 17:56:17 2024 +1100

    Change text from "login to" to "log in to".
    
    From ThinLinc-Zeijlon via GHPR#532.
---
 contrib/cygwin/ssh-user-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config
index 6fa4bb3e..3858722f 100644
--- a/contrib/cygwin/ssh-user-config
+++ b/contrib/cygwin/ssh-user-config
@@ -58,7 +58,7 @@ create_identity() {
       else
         ssh-keygen -t "${type}" -f "${pwdhome}/.ssh/${file}" > /dev/null
       fi
-      if csih_request "Do you want to use this identity to login to this machine?"
+      if csih_request "Do you want to use this identity to log in to this machine?"
       then
         csih_inform "Adding to ${pwdhome}/.ssh/authorized_keys"
         cat "${pwdhome}/.ssh/${file}.pub" >> "${pwdhome}/.ssh/authorized_keys"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list