From a316b954efb6d55f83c3950cfc2c7bbe356b5037 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 4 Sep 2013 15:28:45 -0700 Subject: 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 --- notes-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes-utils.h') diff --git a/notes-utils.h b/notes-utils.h index b4cb1bfb43..564e30cccd 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. -- cgit v1.2.1