Skip to content

Commit 34609bd

Browse files
authored
Corrected grammar in bin/git-cp (#1061)
Corrected grammar in bin/git-cp:41
1 parent 0b5d2cc commit 34609bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-cp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
exit 40
3939
fi
4040

41-
echo "Coping $CURRENT_FILENAME into $DESTINATION_FILENAME"
41+
echo "Copying $CURRENT_FILENAME into $DESTINATION_FILENAME"
4242

4343
INTERMEDIATE_FILENAME="${CURRENT_FILENAME//\//__}-move-to-${DESTINATION_FILENAME//\//__}"
4444

0 commit comments

Comments
 (0)