From 6678c13c2437d93e2a4a051c4ed1ae2b23c4297e Mon Sep 17 00:00:00 2001 From: "Eduardo J. Ortega U." <5791035+ejortegau@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:42:59 +0100 Subject: [PATCH] docs: fix typo in comment of git_commit module (#6472) --- src/modules/git_commit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/git_commit.rs b/src/modules/git_commit.rs index 86c23d6b..242b46e3 100644 --- a/src/modules/git_commit.rs +++ b/src/modules/git_commit.rs @@ -365,7 +365,7 @@ mod tests { .current_dir(repo_dir.path()) .output()?; - // Annotaged tags are preferred over lightweight tags + // Annotated tags are preferred over lightweight tags create_command("git")? .args(["tag", "l0"]) .env("GIT_COMMITTER_DATE", "2022-01-01 00:00:02 +0000")