From 89c51886afd54afd901995916909ba98e764b23e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 22 Feb 2024 16:27:18 +0000 Subject: refactor: fix spelling ammended should read amended --- src/git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git.rs') diff --git a/src/git.rs b/src/git.rs index b44390b..73d9446 100644 --- a/src/git.rs +++ b/src/git.rs @@ -632,7 +632,7 @@ fn validate_patch_applied(git_repo: &Repo, patch: &nostr::Event) -> Result<()> { None, None, ) - .context("cannot ammend commit to produce new oid")?; + .context("cannot amend commit to produce new oid")?; // replace the commit with the wrong oid with the newly created one with the // correct oid git_repo -- cgit v1.2.3