]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Change text from "login to" to "log in to".
authorDarren Tucker <dtucker@dtucker.net>
Fri, 6 Dec 2024 06:56:17 +0000 (17:56 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 6 Dec 2024 06:56:17 +0000 (17:56 +1100)
From ThinLinc-Zeijlon via GHPR#532.

contrib/cygwin/ssh-user-config

index 6fa4bb3eac408bede5ac1ad18dcab1f2e44b52d7..3858722f646db1b6d8cc57febd3a926adf69f3b7 100644 (file)
@@ -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"