We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d21a96 + 669638f commit ecab58cCopy full SHA for ecab58c
builtin/commit.c
@@ -984,7 +984,7 @@ static int rest_is_empty(struct strbuf *sb, int start)
984
int i, eol;
985
const char *nl;
986
987
- /* Check if the rest is just whitespace and Signed-of-by's. */
+ /* Check if the rest is just whitespace and Signed-off-by's. */
988
for (i = start; i < sb->len; i++) {
989
nl = memchr(sb->buf + i, '\n', sb->len - i);
990
if (nl)
0 commit comments