Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopaganini committed Feb 10, 2022
1 parent f29a02d commit dcb9365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/captcha.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (x *opBot) captchaReaper(bot tgbotInterface, update tgbotapi.Update, user t
return
}

// As the user is not yet banned, proced to kick+unban.
// As the user is not yet banned, proceed to kick+unban.
// Kick user and remove from list.
_, err = sendMessage(bot, update.Message.Chat.ID, fmt.Sprintf(T("no_captcha_received"), name))
if err != nil {
Expand Down

0 comments on commit dcb9365

Please sign in to comment.