From e0bd06818e5f293f0c0335d6dd29c8d43ca7c8ba Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:32:48 -0400 Subject: [PATCH] spelling: commit Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- lib/tests/test_git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/test_git.rs b/lib/tests/test_git.rs index 0aa46f717..6cc7d6d32 100644 --- a/lib/tests/test_git.rs +++ b/lib/tests/test_git.rs @@ -548,7 +548,7 @@ fn test_fetch_initial_commit() { // No default branch because the origin repo's HEAD wasn't set assert_eq!(default_branch, None); let repo = tx.commit(); - // The initial commit commit is visible after git::fetch(). + // The initial commit is visible after git::fetch(). let view = repo.view(); assert!(view.heads().contains(&commit_id(&initial_git_commit))); let initial_commit_target = RefTarget::Normal(commit_id(&initial_git_commit));