revision --simplify-merges: make it a no-op without pathspec
[gitweb.git] / perl / Git.pm
index d99e7782002e01079b3866003cc8555b7e130e3f..087d3d0e829ce0e9b39c581bc9f088f0d72e36f3 100644 (file)
@@ -730,7 +730,7 @@ sub remote_refs {
 in the commit and tag objects or produced by C<var GIT_type_IDENT> (thus
 C<TYPE> can be either I<author> or I<committer>; case is insignificant).
 
-The C<ident> method retrieves the ident information from C<git-var>
+The C<ident> method retrieves the ident information from C<git var>
 and either returns it as a scalar string or as an array with the fields parsed.
 Alternatively, it can take a prepared ident string (e.g. from the commit
 object) and just parse it.