Skip to content

Commit

Permalink
api-run-command.txt: typofix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephan Beyer authored and Junio C Hamano committed Jul 18, 2008
1 parent 473a189 commit 6c69207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/api-run-command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c69207

Please sign in to comment.