Skip to content

Commit

Permalink
Fix doc typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ralf Wildenhues authored and Junio C Hamano committed Mar 3, 2008
1 parent 733ee2b commit 34cd62e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-grep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ OPTIONS
-l | --files-with-matches | --name-only | -L | --files-without-match::
Instead of showing every matched line, show only the
names of files that contain (or do not contain) matches.
For better compatability with git-diff, --name-only is a
For better compatibility with git-diff, --name-only is a
synonym for --files-with-matches.

-c | --count::
Expand Down
6 changes: 3 additions & 3 deletions Documentation/technical/api-run-command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Functions

`finish_async`::

Wait for the completeion of an asynchronous function that was
Wait for the completion of an asynchronous function that was
started with start_async().


Expand Down Expand Up @@ -121,8 +121,8 @@ string pointers (NULL terminated) in .env:
. If the string is of the form "VAR=value", i.e. it contains '='
the variable is added to the child process's environment.

. If the string does not contain '=', it names an environement
variable that will be removed from the child process's envionment.
. If the string does not contain '=', it names an environment
variable that will be removed from the child process's environment.

To specify a new initial working directory for the sub-process,
specify it in the .dir member.
Expand Down

0 comments on commit 34cd62e

Please sign in to comment.