Am 09.08.2016 um 20:19 schrieb Junio C Hamano:
>     <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                  writing

This 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"?)

-- Hannes

diff --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:
  *

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to