From de1df4ea81eedcccc5c9e9c7507558580c279f5e Mon Sep 17 00:00:00 2001 From: SKull Date: Wed, 9 Aug 2023 10:34:02 +0200 Subject: [PATCH] fixed issue #1060 Corrected grammar in bin/git-cp:41 --- bin/git-cp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-cp b/bin/git-cp index c77d6cdad..5b8468cf8 100755 --- a/bin/git-cp +++ b/bin/git-cp @@ -38,7 +38,7 @@ else exit 40 fi - echo "Coping $CURRENT_FILENAME into $DESTINATION_FILENAME" + echo "Copying $CURRENT_FILENAME into $DESTINATION_FILENAME" INTERMEDIATE_FILENAME="${CURRENT_FILENAME//\//__}-move-to-${DESTINATION_FILENAME//\//__}"