]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-commit.sh
Fix more typos, primarily in the code
[thirdparty/git.git] / git-commit.sh
index 08d786db2f3ea47503b798dec35d412cd9b22d4f..351d13cb1ef3ad62e410f60e07112afdaaa95094 100755 (executable)
@@ -599,7 +599,7 @@ then
        GIT_AUTHOR_EMAIL=`expr "z$force_author" : '.*\(<.*\)'` &&
        test '' != "$GIT_AUTHOR_NAME" &&
        test '' != "$GIT_AUTHOR_EMAIL" ||
-       die "malformatted --author parameter"
+       die "malformed --author parameter"
        export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
 elif test '' != "$use_commit"
 then