diff options
Diffstat (limited to 'examples/cat-file.c')
-rw-r--r-- | examples/cat-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cat-file.c b/examples/cat-file.c index 2b54b53b9..5e547628a 100644 --- a/examples/cat-file.c +++ b/examples/cat-file.c @@ -31,7 +31,7 @@ static void print_signature(const char *header, const git_signature *sig) sign, hours, minutes); } -/** Printint out a blob is simple, get the contents and print */ +/** Printing out a blob is simple, get the contents and print */ static void show_blob(const git_blob *blob) { /* ? Does this need crlf filtering? */ |