From d710745ffc26bfa437aa610331ee8060d12223dc Mon Sep 17 00:00:00 2001 From: Jann Fischer Date: Fri, 12 Jul 2024 10:43:43 -0400 Subject: chore(lint): Enable spelling linter (#773) Signed-off-by: Jann Fischer --- ext/git/writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/git') diff --git a/ext/git/writer.go b/ext/git/writer.go index 9178865..8e6f0f2 100644 --- a/ext/git/writer.go +++ b/ext/git/writer.go @@ -24,7 +24,7 @@ type CommitOptions struct { // Commit perfoms a git commit for the given pathSpec to the currently checked // out branch. If pathSpec is empty, or the special value "*", all pending -// changes will be commited. If message is not the empty string, it will be +// changes will be committed. If message is not the empty string, it will be // used as the commit message, otherwise a default commit message will be used. // If signingKey is not the empty string, commit will be signed with the given // GPG or SSH key. -- cgit v1.2.3