fix typo when asking for validation comment (#68504)

This commit is contained in:
Frédéric Péters 2022-08-29 14:04:28 +02:00
parent da73943bd0
commit 2ab097211a
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ def validate(issue):
if issue.status.id != api.solution.id:
click.secho('Issue %s has no solution proposed.' % issue.id, fg='red')
return False
comment = get_comment('Do you want to add a coment to your validation?')
comment = get_comment('Do you want to add a comment to your validation?')
kwargs = {}
if comment:
kwargs['notes'] = comment