From: Darren Tucker Date: Fri, 6 Dec 2024 06:56:17 +0000 (+1100) Subject: Change text from "login to" to "log in to". X-Git-Tag: V_10_0_P1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a2f4c75081769bd45eba2bf3fab0a32b25f1879;p=thirdparty%2Fopenssh-portable.git Change text from "login to" to "log in to". From ThinLinc-Zeijlon via GHPR#532. --- diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config index 6fa4bb3ea..3858722f6 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"