From 60d4e686d9fbec50b7f746b88df09d059808f4ee Mon Sep 17 00:00:00 2001 From: chenyanpan Date: Fri, 17 Apr 2020 16:37:47 +0800 Subject: [PATCH] fix typo in openssh.spec --- openssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index d19be12..7f52446 100644 --- a/openssh.spec +++ b/openssh.spec @@ -155,7 +155,7 @@ BuildRequires: libedit-devel ncurses-devel libselinux-devel >= 2.3-5 audit-libs Recommends: p11-kit %description -penSSH is the premier connectivity tool for remote login with the SSH protocol. \ +OpenSSH is the premier connectivity tool for remote login with the SSH protocol. \ It encrypts all traffic to eliminate eavesdropping, connection hijacking, and \ other attacks. In addition, OpenSSH provides a large suite of secure tunneling \ capabilities, several authentication methods, and sophisticated configuration options. -- Gitee