diff options
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 143225b3f2..6a3779ee55 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -306,7 +306,7 @@ Additionally, various channel-specific options can be negotiated.") '((release-monitoring-url . "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/"))) (home-page "https://www.openssh.com/"))) -;; OpenSSH without X support. This allows to use OpenSSH without dragging X +;; OpenSSH without X support. This allows using OpenSSH without dragging X ;; libraries to the closure. (define-public openssh-sans-x (package |