Skip to content

Commit 4f62d55

Browse files
committed
Fix typos
1 parent c44820c commit 4f62d55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/cat-file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static void print_signature(const char *header, const git_signature *sig)
3131
sign, hours, minutes);
3232
}
3333

34-
/** Printint out a blob is simple, get the contents and print */
34+
/** Printing out a blob is simple, get the contents and print */
3535
static void show_blob(const git_blob *blob)
3636
{
3737
/* ? Does this need crlf filtering? */

examples/network/fetch.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void *download(void *ptr)
4848
}
4949

5050
/**
51-
* This function gets called for each remote-trackinb branch that gets
51+
* This function gets called for each remote-tracking branch that gets
5252
* updated. The message we output depends on whether it's a new one or
5353
* an update.
5454
*/
@@ -138,7 +138,7 @@ int fetch(git_repository *repo, int argc, char **argv)
138138

139139
/**
140140
* If there are local objects (we got a thin pack), then tell
141-
* the use how many objets we saved from having to cross the
141+
* the user how many objects we saved from having to cross the
142142
* network.
143143
*/
144144
if (stats->local_objects > 0) {

0 commit comments

Comments
 (0)