From a4887fa02599b8e060246d7166227d896b6735ae Mon Sep 17 00:00:00 2001 From: Ari Yonaty Date: Fri, 21 Mar 2025 15:38:49 -0700 Subject: [PATCH] filter-repo: fix typo with no-fetch help message Signed-off-by: Ari Yonaty --- git-filter-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-filter-repo b/git-filter-repo index 9be8bdab..9d836649 100755 --- a/git-filter-repo +++ b/git-filter-repo @@ -2157,7 +2157,7 @@ EXAMPLES help=_("By default, --sensitive-data-removal will trigger a " "mirror-like fetch of all refs from origin, discarding local " "changes, but ensuring that _all_ fetchable refs that hold on " - "to the sensitve data are rewritten. This flag removes that " + "to the sensitive data are rewritten. This flag removes that " "fetch, risking that other refs continue holding on to the " "sensitive data. This option is implied by --partial or any " "flag that implies --partial."))