summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2014-12-11 23:28:06 -0300
committerIsmael Luceno2014-12-11 23:28:06 -0300
commit7b59a31c477ad628f71d884166a2d30ccc9d9ca6 (patch)
treeb1e1dc580ca879bf05fee8226dd343358c4a71b0
parent781e6137d35364722ebd633b1a5b833be4dfad57 (diff)
sshpass: Fix typo in description (activly -> actively)
-rwxr-xr-xcrypto/sshpass/DETAILS2
-rw-r--r--crypto/sshpass/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/crypto/sshpass/DETAILS b/crypto/sshpass/DETAILS
index 523da3538b..593673801c 100755
--- a/crypto/sshpass/DETAILS
+++ b/crypto/sshpass/DETAILS
@@ -10,6 +10,6 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
KEYWORDS=""
SHORT="Non-interactive ssh password auth"
cat << EOF
-Sshpass is a tool for non-interactivly performing password authentication with
+Sshpass is a tool for non-interactively performing password authentication with
SSH's so called "interactive keyboard password authentication".
EOF
diff --git a/crypto/sshpass/HISTORY b/crypto/sshpass/HISTORY
index 92ff0373be..e7bebdbfcd 100644
--- a/crypto/sshpass/HISTORY
+++ b/crypto/sshpass/HISTORY
@@ -1,3 +1,6 @@
+2014-12-12 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: Fix typo in description (activly -> actively)
+
2013-11-06 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS, DETAILS: spell created