diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2014-12-05 07:44:09 +0100 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2014-12-05 07:44:09 +0100 |
| commit | 30ec05260d5fe2074f19b7f47021455cf10a7014 (patch) | |
| tree | ef3262823a2eda00ef63ae6dd298bcfb49f14ef4 /include/git2/buffer.h | |
| parent | e79fbd9e8aafab6eb58a6e60b55291487232570c (diff) | |
| parent | b874629b2d5823b7f52055a9784cc2e34cd48efb (diff) | |
| download | libgit2-30ec05260d5fe2074f19b7f47021455cf10a7014.tar.gz | |
Merge pull request #2744 from epmatsw/spelling
Spelling fixes
Diffstat (limited to 'include/git2/buffer.h')
| -rw-r--r-- | include/git2/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/buffer.h b/include/git2/buffer.h index 1c216bf3a..9fc6a5805 100644 --- a/include/git2/buffer.h +++ b/include/git2/buffer.h @@ -74,7 +74,7 @@ GIT_EXTERN(void) git_buf_free(git_buf *buffer); /** * Resize the buffer allocation to make more space. * - * This will attempt to grow the buffer to accomodate the target size. + * This will attempt to grow the buffer to accommodate the target size. * * If the buffer refers to memory that was not allocated by libgit2 (i.e. * the `asize` field is zero), then `ptr` will be replaced with a newly |
