summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-03-02 23:07:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-03 00:08:37 (GMT)
commit34cd62eb91600109378c8121c1fecd924a9af177 (patch)
tree35e6156d80a6ef924ca56648e15c8e770fe5c435 /Documentation/technical
parent733ee2b7a95f6f4ac03f6f8db4899bcd54d0017e (diff)
downloadgit-34cd62eb91600109378c8121c1fecd924a9af177.zip
git-34cd62eb91600109378c8121c1fecd924a9af177.tar.gz
git-34cd62eb91600109378c8121c1fecd924a9af177.tar.bz2
Fix doc typos.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-run-command.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/api-run-command.txt b/Documentation/technical/api-run-command.txt
index dfbf9ac..fde3b45 100644
--- a/Documentation/technical/api-run-command.txt
+++ b/Documentation/technical/api-run-command.txt
@@ -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().
@@ -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.