base85: encode_85() does not use the decode table
[gitweb.git] / Documentation / git-commit.txt
index 79be4f1c0086fd1193734412019feeef8b07d669..5cce3a379167845a7c47e37d42e6b43ca399fa6c 100644 (file)
@@ -92,7 +92,7 @@ OPTIONS
 
 -s::
 --signoff::
-       Add Signed-off-by line by the commiter at the end of the commit
+       Add Signed-off-by line by the committer at the end of the commit
        log message.
 
 -n::
@@ -159,7 +159,7 @@ but can be used to amend a merge commit.
        'git-commit' if any paths are given on the command line,
        in which case this option can be omitted.
        If this option is specified together with '--amend', then
-       no paths need be specified, which can be used to amend
+       no paths need to be specified, which can be used to amend
        the last commit without committing changes that have
        already been staged.