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/network | |
parent | c44820c616fab29d86f7256840f7114f195c08ca (diff) | |
download | libgit2-4f62d55968d4a22a6ea03194aa34ab1b6ca8fdea.tar.gz |
Fix typos
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/fetch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/fetch.c b/examples/network/fetch.c index 77327d78e..ad01001d7 100644 --- a/examples/network/fetch.c +++ b/examples/network/fetch.c @@ -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 * an update. */ @@ -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 - * 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. */ if (stats->local_objects > 0) { |