diff options
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). |