Merge branch 'master' of git://repo.or.cz/git-gui into maint
[gitweb.git] / perl / Git.pm
index 5d1ccaa125e8322b687a70af5da98798034bc971..f2c156cde9c1ae62af12d2c213ac8b3a2cc71f21 100644 (file)
@@ -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: