diff options
| author | Will Stamper <epmatsw@gmail.com> | 2014-12-04 21:06:59 -0600 |
|---|---|---|
| committer | Will Stamper <epmatsw@gmail.com> | 2014-12-04 21:06:59 -0600 |
| commit | b874629b2d5823b7f52055a9784cc2e34cd48efb (patch) | |
| tree | 6ce8a50295f3de1fc8ca00344b39dc180eb506e8 /src/path.h | |
| parent | 8bfbe6988fe749a4970613db371a214f18fc5c9b (diff) | |
| download | libgit2-b874629b2d5823b7f52055a9784cc2e34cd48efb.tar.gz | |
Spelling fixes
Diffstat (limited to 'src/path.h')
| -rw-r--r-- | src/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h index 11bb6d173..23d7c2ddb 100644 --- a/src/path.h +++ b/src/path.h @@ -307,7 +307,7 @@ extern int git_path_cmp( * reached (inclusive of a final call at the root_path). * * Returning anything other than 0 from the callback function - * will stop the iteration and propogate the error to the caller. + * will stop the iteration and propagate the error to the caller. * * @param pathbuf Buffer the function reads the directory from and * and updates with each successive name. |
