Skip to content

Commit

Permalink
Fix spelling of overridden in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Shawn Bohrer authored and Junio C Hamano committed Sep 26, 2007
1 parent 4d84aff commit b067439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ merge.verbosity::
message if conflicts were detected. Level 1 outputs only
conflicts, 2 outputs conflicts and file changes. Level 5 and
above outputs debugging information. The default is level 2.
Can be overriden by 'GIT_MERGE_VERBOSITY' environment variable.
Can be overridden by 'GIT_MERGE_VERBOSITY' environment variable.


HOW MERGE WORKS
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gitignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ precedence, the last matching pattern decides the outcome):

* Patterns read from a `.gitignore` file in the same directory
as the path, or in any parent directory, with patterns in the
higher level files (up to the root) being overriden by those in
higher level files (up to the root) being overridden by those in
lower level files down to the directory containing the file.
These patterns match relative to the location of the
`.gitignore` file. A project normally includes such
Expand Down

0 comments on commit b067439

Please sign in to comment.