Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-06-30 17:44:21 +0300
committerSean McGivern <sean@gitlab.com>2017-06-30 17:44:21 +0300
commit4e38985b1cc159c4e1582ab34c29d7ec151aef35 (patch)
treedd0f55893dcc3c87a3bd6b0cc73f7c7729c72a28 /app/finders
parent4bd17d4f7427b2f5f950e601d1a21042b30f69b1 (diff)
Fix typo in IssuesFinder comment
[ci skip]
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/issues_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/issues_finder.rb b/app/finders/issues_finder.rb
index 18f60f9a2b6..85230ff1293 100644
--- a/app/finders/issues_finder.rb
+++ b/app/finders/issues_finder.rb
@@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder
# `user_can_see_all_confidential_issues?`) are more complicated, because they
# can see confidential issues where:
# 1. They are an assignee.
- # 2. The are an author.
+ # 2. They are an author.
#
# That's fine for most cases, but if we're just counting, we need to cache
# effectively. If we cached this accurately, we'd have a cache key for every