diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-22 16:27:18 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-22 16:27:18 +0000 |
| commit | 89c51886afd54afd901995916909ba98e764b23e (patch) | |
| tree | 35e61b0984e24fca404b7cb7671402226859784c /src/git.rs | |
| parent | b6f68cf782ee242f9390c6601a76a18367e2ab4d (diff) | |
refactor: fix spelling
ammended should read amended
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -632,7 +632,7 @@ fn validate_patch_applied(git_repo: &Repo, patch: &nostr::Event) -> Result<()> { | |||
| 632 | None, | 632 | None, |
| 633 | None, | 633 | None, |
| 634 | ) | 634 | ) |
| 635 | .context("cannot ammend commit to produce new oid")?; | 635 | .context("cannot amend commit to produce new oid")?; |
| 636 | // replace the commit with the wrong oid with the newly created one with the | 636 | // replace the commit with the wrong oid with the newly created one with the |
| 637 | // correct oid | 637 | // correct oid |
| 638 | git_repo | 638 | git_repo |