Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e34b272

Browse files
Justin Lebargitster
authored andcommitted
contrib: fix misuses of "nor"
Signed-off-by: Justin Lebar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a58088a commit e34b272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/examples/git-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ case "$#,$also,$only,$amend" in
280280
0,,,*)
281281
;;
282282
*,,,*)
283-
only_include_assumed="# Explicit paths specified without -i nor -o; assuming --only paths..."
283+
only_include_assumed="# Explicit paths specified without -i or -o; assuming --only paths..."
284284
also=
285285
;;
286286
esac

contrib/svn-fe/svn-fe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ manual page.
4040
NOTES
4141
-----
4242
Subversion dumps do not record a separate author and committer for
43-
each revision, nor a separate display name and email address for
44-
each author. Like git-svn(1), 'svn-fe' will use the name
43+
each revision, nor do they record a separate display name and email
44+
address for each author. Like git-svn(1), 'svn-fe' will use the name
4545

4646
---------
4747
user <user@UUID>

0 commit comments

Comments
 (0)