summaryrefslogtreecommitdiff
path: root/notes-utils.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-04 22:28:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-09-04 22:30:03 (GMT)
commita316b954efb6d55f83c3950cfc2c7bbe356b5037 (patch)
tree21e10ab693211a813295f391fa4b0f6c6c5f059d /notes-utils.h
parente230c568c4b9a991e3175e5f65171a566fd8e39c (diff)
downloadgit-a316b954efb6d55f83c3950cfc2c7bbe356b5037.zip
git-a316b954efb6d55f83c3950cfc2c7bbe356b5037.tar.gz
git-a316b954efb6d55f83c3950cfc2c7bbe356b5037.tar.bz2
typofix: commit is spelled with two ems
There are a handful of instances where we say commmit when we mean commit. Fix them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes-utils.h')
-rw-r--r--notes-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes-utils.h b/notes-utils.h
index b4cb1bf..564e30c 100644
--- a/notes-utils.h
+++ b/notes-utils.h
@@ -9,7 +9,7 @@
* Properties of the created commit:
* - tree: the result of converting t to a tree object with write_notes_tree().
* - parents: the given parents OR (if NULL) the commit referenced by t->ref.
- * - author/committer: the default determined by commmit_tree().
+ * - author/committer: the default determined by commit_tree().
* - commit message: msg
*
* The resulting commit SHA1 is stored in result_sha1.