From bc0a38b4052bd9ce8a097b1c49f27bdedaa53c3c Mon Sep 17 00:00:00 2001 From: sponge Date: Tue, 13 Mar 2012 19:54:07 +0000 Subject: [PATCH] Fix grammar error, thanx user --- Slackware/i2p/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slackware/i2p/doinst.sh b/Slackware/i2p/doinst.sh index 7838651a69..96e227ec38 100644 --- a/Slackware/i2p/doinst.sh +++ b/Slackware/i2p/doinst.sh @@ -7,7 +7,7 @@ INST_DIR=directory echo for i in *.config ; { if [ -f $INST_DIR/$i ] ; then - echo "Please check ${INST_DIR}${i}, as there is new version." + echo "Please check ${INST_DIR}${i}, as there is a new version." cp $i $INST_DIR/$i.new else cp $i $INST_DIR/$i