File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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::
Original file line number Diff line number Diff 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
127127To specify a new initial working directory for the sub-process,
128128specify it in the .dir member.
You can’t perform that action at this time.
0 commit comments