From e34b272344c1e7eb640dcce5990a75460240daed Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Mon, 31 Mar 2014 15:11:45 -0700 Subject: contrib: fix misuses of "nor" Signed-off-by: Justin Lebar Signed-off-by: Junio C Hamano --- contrib/examples/git-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/examples') diff --git a/contrib/examples/git-commit.sh b/contrib/examples/git-commit.sh index 23ffb028d..4aab1a6d2 100755 --- a/contrib/examples/git-commit.sh +++ b/contrib/examples/git-commit.sh @@ -280,7 +280,7 @@ case "$#,$also,$only,$amend" in 0,,,*) ;; *,,,*) - only_include_assumed="# Explicit paths specified without -i nor -o; assuming --only paths..." + only_include_assumed="# Explicit paths specified without -i or -o; assuming --only paths..." also= ;; esac -- cgit v1.2.1