From 382d20e3ebc69ad20f54e71fc5f6ca17baa23973 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Wed, 13 Nov 2013 00:17:42 +0900 Subject: typofixes: fix misspelt comments Signed-off-by: Masanari Iida Signed-off-by: Junio C Hamano --- git-bisect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-bisect.sh') 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/}" ;; *) -- cgit v1.2.1