diff options
Diffstat (limited to 'perl/Git.pm')
-rw-r--r-- | perl/Git.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm index 5d1ccaa125..f2c156cde9 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -354,7 +354,7 @@ sub command_input_pipe { =item command_close_pipe ( PIPE [, CTX ] ) Close the C<PIPE> as returned from C<command_*_pipe()>, checking -whether the command finished successfuly. The optional C<CTX> argument +whether the command finished successfully. The optional C<CTX> argument is required if you want to see the command name in the error message, and it is the second value returned by C<command_*_pipe()> when called in array context. The call idiom is: |