X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ident.c;h=0461b8b2f8148d6642689f8ba91af874f0243a1e;hb=d60fc1c8649f80c006b9f493c542461e81608d4b;hp=ac1c27f1998b8245132dced5875e022fe24b93ec;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/ident.c b/ident.c index ac1c27f1..0461b8b2 100644 --- a/ident.c +++ b/ident.c @@ -140,7 +140,7 @@ static int copy(char *buf, int size, int offset, const char *src) /* * Copy the rest to the buffer, but avoid the special - * characters '\n' '<' and '>' that act as delimeters on + * characters '\n' '<' and '>' that act as delimiters on * a identification line */ for (i = 0; i < len; i++) {