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/mempack.h | |
parent | 8bfbe6988fe749a4970613db371a214f18fc5c9b (diff) | |
download | libgit2-b874629b2d5823b7f52055a9784cc2e34cd48efb.tar.gz |
Spelling fixes
Diffstat (limited to 'include/git2/sys/mempack.h')
-rw-r--r-- | include/git2/sys/mempack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/mempack.h b/include/git2/sys/mempack.h index d3bc87b4d..96074fb77 100644 --- a/include/git2/sys/mempack.h +++ b/include/git2/sys/mempack.h @@ -47,7 +47,7 @@ int git_mempack_new(git_odb_backend **out); * Dump all the queued in-memory writes to a packfile. * * The contents of the packfile will be stored in the given buffer. - * It is the caller's responsability to ensure that the generated + * It is the caller's responsibility to ensure that the generated * packfile is available to the repository (e.g. by writing it * to disk, or doing something crazy like distributing it across * several copies of the repository over a network). |