From 4aaaf1e5f6634be5c7a2c729a899eb4457530dc8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 15 2016 11:45:27 +0000 Subject: Fix typo in the doc as pointed out by @farhaan - take 2 --- 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: