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 /include/git2/sys/transport.h | |
| parent | 8bfbe6988fe749a4970613db371a214f18fc5c9b (diff) | |
| download | libgit2-b874629b2d5823b7f52055a9784cc2e34cd48efb.tar.gz | |
Spelling fixes
Diffstat (limited to 'include/git2/sys/transport.h')
| -rw-r--r-- | include/git2/sys/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h index 1e8f4e4ed..b50438ecd 100644 --- a/include/git2/sys/transport.h +++ b/include/git2/sys/transport.h @@ -49,7 +49,7 @@ struct git_transport { /* This function may be called after a successful call to * connect(). The array returned is owned by the transport and - * is guranteed until the next call of a transport function. */ + * is guaranteed until the next call of a transport function. */ int (*ls)( const git_remote_head ***out, size_t *size, |
