summaryrefslogtreecommitdiff
path: root/app/finders/concerns/finder_with_cross_project_access.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/finders/concerns/finder_with_cross_project_access.rb')
-rw-r--r--app/finders/concerns/finder_with_cross_project_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/concerns/finder_with_cross_project_access.rb b/app/finders/concerns/finder_with_cross_project_access.rb
index 06ebb286086..a55fb58a1bc 100644
--- a/app/finders/concerns/finder_with_cross_project_access.rb
+++ b/app/finders/concerns/finder_with_cross_project_access.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# Module to prepend into finders to specify wether or not the finder requires
+# Module to prepend into finders to specify whether or not the finder requires
# cross project access
#
# This module depends on the finder implementing the following methods: