Merge branch 'bc/send-email-ssl-die-message-fix' into maint
[gitweb.git] / Documentation / git-rev-parse.txt
index 993903c9f123831fdfb25c8e22e213fd6c6a7c96..2b126c0a77f9901eea1ba5ac37a2fb2d66c4d21f 100644 (file)
@@ -83,7 +83,7 @@ eval "set -- $(git rev-parse --sq --prefix "$prefix" "$@")"
 +
 If you want to make sure that the output actually names an object in
 your object database and/or can be used as a specific type of object
-you require, you can add "^{type}" peeling operator to the parmeter.
+you require, you can add "^{type}" peeling operator to the parameter.
 For example, `git rev-parse "$VAR^{commit}"` will make sure `$VAR`
 names an existing object that is a commit-ish (i.e. a commit, or an
 annotated tag that points at a commit).  To make sure that `$VAR`