diff options
author | Ben Straub <bs@github.com> | 2013-11-01 05:39:21 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-11-01 05:39:21 -0700 |
commit | 4f62d55968d4a22a6ea03194aa34ab1b6ca8fdea (patch) | |
tree | a850f3cf138af8a55cc0046e20871e1826794009 /examples/cat-file.c | |
parent | c44820c616fab29d86f7256840f7114f195c08ca (diff) | |
download | libgit2-4f62d55968d4a22a6ea03194aa34ab1b6ca8fdea.tar.gz |
Fix typos
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? */ |