[codespell]: Fix typos.

This commit is contained in:
Martin Dosch
2022-11-03 17:47:38 +01:00
committed by Maas Lalani
parent 741f2d37f0
commit 2d10416631
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case tea.KeyMsg:
// Ctrl+c exits. Even with short running programs it's good to have
// a quit key, just incase your logic is off. Users will be very
// a quit key, just in case your logic is off. Users will be very
// annoyed if they can't exit.
if msg.Type == tea.KeyCtrlC {
return m, tea.Quit