diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-12 09:47:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-12 09:47:37 -0700 |
commit | e6b8f80653063cd41903c599ec9ca83be3d3afa5 (patch) | |
tree | 52d1e93fe3edc581275f92f98981c3103471af58 /commit-slab.h | |
parent | 2c44b7a53bf49430f231a71668d2a1c4ea9f5591 (diff) | |
parent | 2e3a16b279a9df2e498187871c67e623e12bc8a4 (diff) | |
download | git-e6b8f80653063cd41903c599ec9ca83be3d3afa5.tar.gz |
Merge branch 'vs/typofix'
* vs/typofix:
Spelling fixes
Diffstat (limited to 'commit-slab.h')
-rw-r--r-- | commit-slab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-slab.h b/commit-slab.h index 006a50b548..42d16dcded 100644 --- a/commit-slab.h +++ b/commit-slab.h @@ -8,7 +8,7 @@ * * After including this header file, using: * - * define_commit_slab(indegee, int); + * define_commit_slab(indegree, int); * * will let you call the following functions: * |