summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-11-13 00:17:42 +0900
committerJunio C Hamano <gitster@pobox.com>2013-11-12 09:24:27 -0800
commit382d20e3ebc69ad20f54e71fc5f6ca17baa23973 (patch)
tree233e1d1b4fbf6e766ad04f727fdcffbb12590242 /git-bisect.sh
parent0ecd94d7d728606e0047a44e60a277ff4e7b3990 (diff)
downloadgit-382d20e3ebc69ad20f54e71fc5f6ca17baa23973.tar.gz
git-382d20e3ebc69ad20f54e71fc5f6ca17baa23973.tar.xz
typofixes: fix misspelt comments
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 9f064b6f4..73b4c14d4 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -137,7 +137,7 @@ bisect_start() {
# cogito usage, and cogito users should understand
# it relates to cg-seek.
[ -s "$GIT_DIR/head-name" ] &&
- die "$(gettext "won't bisect on seeked tree")"
+ die "$(gettext "won't bisect on cg-seek'ed tree")"
start_head="${head#refs/heads/}"
;;
*)