summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-07-17 23:53:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-18 03:50:06 (GMT)
commit6c69207c73aaf63c13105d526453d0bd75f12f34 (patch)
treef964f3f86c67c4d3e9312ec7e1c0d8dfdd6f4ec8 /Documentation
parent473a189b92b70295157d20fe229d44824061c79f (diff)
downloadgit-6c69207c73aaf63c13105d526453d0bd75f12f34.zip
git-6c69207c73aaf63c13105d526453d0bd75f12f34.tar.gz
git-6c69207c73aaf63c13105d526453d0bd75f12f34.tar.bz2
api-run-command.txt: typofix
Replace "run_command_v_opt_dir" by "run_command_v_opt_cd". Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/api-run-command.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-run-command.txt b/Documentation/technical/api-run-command.txt
index 3e1342a..75aa5d4 100644
--- a/Documentation/technical/api-run-command.txt
+++ b/Documentation/technical/api-run-command.txt
@@ -30,7 +30,7 @@ Functions
start_command() followed by finish_command(). Takes a pointer
to a `struct child_process` that specifies the details.
-`run_command_v_opt`, `run_command_v_opt_dir`, `run_command_v_opt_cd_env`::
+`run_command_v_opt`, `run_command_v_opt_cd`, `run_command_v_opt_cd_env`::
Convenience functions that encapsulate a sequence of
start_command() followed by finish_command(). The argument argv