Re: [PATCH] Spelling fixes
From: Junio C Hamano <hidden>
Date: 2016-08-10 18:15:38
Johannes Sixt [off-list ref] writes:
Am 09.08.2016 um 20:19 schrieb Junio C Hamano:quoted
<BAD> <CORRECTED> accidently accidentally commited committed dependancy dependency emtpy empty existance existence explicitely explicitly git-upload-achive git-upload-archive hierachy hierarchy intial initial mulitple multiple non-existant non-existent precendence. precedence. priviledged privileged programatically programmatically psuedo-binary pseudo-binary soemwhere somewhere successfull successful unkown unknown usefull useful writting writingThis reminds me of one occurrence of "indegee" in commit-slab.h that should be "indegree". The word is not in this list above, so I don't know whether you would like to have it fixed in the same patch or not... (BTW, is that word "in-degree" or "ingredient"?)
IIRC it is the former, to count "how many incoming arcs does this node have?" Will queue to squash in. Thanks.
quoted hunk
-- Hannesdiff --git a/commit-slab.h b/commit-slab.h --- 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: *