rev-parse: clarify documentation for the --verify option
[gitweb.git] / Documentation / config.txt
index e37ba94a723979f5202c13033a8f8e099ec703c1..c5f1d68a56933820706f570762306832ad9aed95 100644 (file)
@@ -525,7 +525,7 @@ core.editor::
        `GIT_EDITOR` is not set.  See linkgit:git-var[1].
 
 sequence.editor::
-       Text editor used by `git rebase -i` for editing the rebase insn file.
+       Text editor used by `git rebase -i` for editing the rebase instruction file.
        The value is meant to be interpreted by the shell when it is used.
        It can be overridden by the `GIT_SEQUENCE_EDITOR` environment variable.
        When not configured the default commit message editor is used instead.