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/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index f60edd8..9b9b660 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,7 +39,7 @@ enum Commands { Send(sub_commands::send::SubCommandArgs), /// list proposals; optionally apply them as a new branch List(sub_commands::list::SubCommandArgs), - /// send new commits as proposal ammendments + /// send new commits as proposal amendments Push, /// pull latest commits in proposal linked to checked out branch Pull, -- cgit v1.2.3