diff --git a/pagure/ui/issues.py b/pagure/ui/issues.py index d58a2f8..3e0f94d 100644 --- a/pagure/ui/issues.py +++ b/pagure/ui/issues.py @@ -251,7 +251,7 @@ def update_issue(repo, issueid, username=None, namespace=None): if message and not is_js: messages.add(message) - # The status field can be updated by bot hthe admin and the + # The status field can be updated by both the admin and the # person who opened the ticket. # Update status if repo_admin or flask.g.fas_user.username == issue.user.user: