summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/libssh/DESCR2
-rw-r--r--security/libssh/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/libssh/DESCR b/security/libssh/DESCR
index 44de5a31dc2..c2efacd7512 100644
--- a/security/libssh/DESCR
+++ b/security/libssh/DESCR
@@ -1,5 +1,5 @@
The ssh library was designed to be used by programmers needing a working
-SSH implementation by the mean of a library. The complete control of the
+SSH implementation by the means of a library. The complete control of the
client is made by the programmer.
With libssh, you can remotely execute programs, transfer files, use a
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 4e5f760ba3d..cf5102e0815 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/09/28 14:31:08 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/28 17:57:14 reed Exp $
#
# This package currently exists as a dependency for the hydra package but
# the later versions of it are not supported by hydra.
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://0xbadc0de.be/
-COMMENT= Working SSH implementation by the mean of a library
+COMMENT= Library providing working SSH implementation
GNU_CONFIGURE= YES