Skip to content

Commit 34cd62e

Browse files
Ralf Wildenhuesgitster
authored andcommitted
Fix doc typos.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 733ee2b commit 34cd62e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/git-grep.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ OPTIONS
7878
-l | --files-with-matches | --name-only | -L | --files-without-match::
7979
Instead of showing every matched line, show only the
8080
names of files that contain (or do not contain) matches.
81-
For better compatability with git-diff, --name-only is a
81+
For better compatibility with git-diff, --name-only is a
8282
synonym for --files-with-matches.
8383

8484
-c | --count::

Documentation/technical/api-run-command.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Functions
4949

5050
`finish_async`::
5151

52-
Wait for the completeion of an asynchronous function that was
52+
Wait for the completion of an asynchronous function that was
5353
started with start_async().
5454

5555

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

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

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

0 commit comments

Comments
 (0)