pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/audit-packages/files Minor typo fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5af58df56b59
branches:  trunk
changeset: 516142:5af58df56b59
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Jul 14 22:41:58 2006 +0000

description:
Minor typo fix.

diffstat:

 security/audit-packages/files/download-vulnerability-list |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 481e39efc5f3 -r 5af58df56b59 security/audit-packages/files/download-vulnerability-list
--- a/security/audit-packages/files/download-vulnerability-list Fri Jul 14 22:18:05 2006 +0000
+++ b/security/audit-packages/files/download-vulnerability-list Fri Jul 14 22:41:58 2006 +0000
@@ -1,6 +1,6 @@
 #! @SH@
 
-# $NetBSD: download-vulnerability-list,v 1.28 2006/05/21 13:31:27 adrianp Exp $
+# $NetBSD: download-vulnerability-list,v 1.29 2006/07/14 22:41:58 adrianp Exp $
 #
 # Copyright (c) 2000-2003 Alistair Crooks.  All rights reserved.
 #
@@ -55,7 +55,7 @@
 case ${FETCH_PROTO} in
 http)  ;;
 ftp)   ;;
-*)     echo "Unknown FETCH_PROTO specified - Only http and ftp are aurrently supported."
+*)     echo "Unknown FETCH_PROTO specified - Only http and ftp are currently supported."
        exit 1
        ;;
 esac



Home | Main Index | Thread Index | Old Index