diff options
| author | Jann Fischer <jann@mistrust.net> | 2024-07-12 10:43:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 10:43:43 -0400 |
| commit | d710745ffc26bfa437aa610331ee8060d12223dc (patch) | |
| tree | 97319fd891838d66af9594ed7482b08001e4e2f6 /ext | |
| parent | a65410b5e1f768339bdb39a9287134f22ffaa7a9 (diff) | |
chore(lint): Enable spelling linter (#773)
Signed-off-by: Jann Fischer <jann@mistrust.net>
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/git/writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
