Commit 4f62d559 by Ben Straub

Fix typos

parent c44820c6
...@@ -31,7 +31,7 @@ static void print_signature(const char *header, const git_signature *sig) ...@@ -31,7 +31,7 @@ static void print_signature(const char *header, const git_signature *sig)
sign, hours, minutes); 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) static void show_blob(const git_blob *blob)
{ {
/* ? Does this need crlf filtering? */ /* ? Does this need crlf filtering? */
......
...@@ -48,7 +48,7 @@ exit: ...@@ -48,7 +48,7 @@ exit:
} }
/** /**
* This function gets called for each remote-trackinb branch that gets * This function gets called for each remote-tracking branch that gets
* updated. The message we output depends on whether it's a new one or * updated. The message we output depends on whether it's a new one or
* an update. * an update.
*/ */
...@@ -138,7 +138,7 @@ int fetch(git_repository *repo, int argc, char **argv) ...@@ -138,7 +138,7 @@ int fetch(git_repository *repo, int argc, char **argv)
/** /**
* If there are local objects (we got a thin pack), then tell * If there are local objects (we got a thin pack), then tell
* the use how many objets we saved from having to cross the * the user how many objects we saved from having to cross the
* network. * network.
*/ */
if (stats->local_objects > 0) { if (stats->local_objects > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment