Skip to content

Commit

Permalink
contrib: fix misuses of "nor"
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lebar <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Justin Lebar authored and gitster committed Mar 31, 2014
1 parent a58088a commit e34b272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/examples/git-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions contrib/svn-fe/svn-fe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ manual page.
NOTES
-----
Subversion dumps do not record a separate author and committer for
each revision, nor a separate display name and email address for
each author. Like git-svn(1), 'svn-fe' will use the name
each revision, nor do they record a separate display name and email
address for each author. Like git-svn(1), 'svn-fe' will use the name

---------
user <user@UUID>
Expand Down

0 comments on commit e34b272

Please sign in to comment.