Author: jfs
Date: Sun May 25 13:18:06 2014
New Revision: 10412

URL: http://svn.debian.org/wsvn/?sc=1&rev=10412
Log:
Typo fixes in error messages

Modified:
    man-cgi/extractor/check-manpages-dist.sh

Modified: man-cgi/extractor/check-manpages-dist.sh
URL: 
http://svn.debian.org/wsvn/man-cgi/extractor/check-manpages-dist.sh?rev=10412&op=diff
==============================================================================
--- man-cgi/extractor/check-manpages-dist.sh    (original)
+++ man-cgi/extractor/check-manpages-dist.sh    Sun May 25 13:18:06 2014
@@ -24,7 +24,7 @@
 # We store our results here
 DATADIR="$EXTRACTORDIR/data"
 if [ ! -d "$DATADIR" ] ; then
-        echo "ERROR: $DATADIR does not exist, plase run the 
list-manpages-dist.sh script first" >&2
+        echo "ERROR: $DATADIR does not exist, please run the 
list-manpages-dist.sh script first" >&2
        exit 1
 fi
 
@@ -42,7 +42,7 @@
 
 MANPAGES_FILES="${DATADIR}/files_manpages_packages.${dist}.${ARCH}"
 if [ ! -e "$MANPAGES_FILES" ] ; then
-        echo "ERROR: $MANPAGES_FILES does not exist, plase run the 
list-manpages-dist.sh script first" >&2
+        echo "ERROR: $MANPAGES_FILES does not exist, please run the 
list-manpages-dist.sh script first" >&2
        exit 1
 fi
 EXTRACTED_DIR="${MANDIR}/${dist}/"


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to