From: Avery Pennarun Date: Sat, 30 May 2009 04:47:59 +0000 (-0400) Subject: typo in comment X-Git-Tag: v1.7.11-rc0~176^2~60 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f96bc79019083cdc41cf7f699979f9b5e250d160?ds=sidebyside typo in comment --- diff --git a/git-subtree.sh b/git-subtree.sh index 692792b864..825dd1dcad 100755 --- a/git-subtree.sh +++ b/git-subtree.sh @@ -176,7 +176,7 @@ find_existing_splits() copy_commit() { - # We're doing to set some environment vars here, so + # We're going to set some environment vars here, so # do it in a subshell to get rid of them safely later debug copy_commit "{$1}" "{$2}" "{$3}" git log -1 --pretty=format:'%an%n%ae%n%ad%n%cn%n%ce%n%cd%n%s%n%n%b' "$1" |