summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2019-06-06 07:35:24 +0000
committerBob Van Landuyt <bob@gitlab.com>2019-06-06 07:35:24 +0000
commita5efbfc8cbd9c4db21ae728266ed3395453ad21e (patch)
treed773ef2f921041c1bd06d410ccb4b50f78489a83
parentf8d93b24822937d803da4c9fcc89d50c85de89c7 (diff)
downloadgitlab-ce-sh-default-visibility-fix.tar.gz
Apply suggestion to app/helpers/visibility_level_helper.rbsh-default-visibility-fix
-rw-r--r--app/helpers/visibility_level_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/visibility_level_helper.rb b/app/helpers/visibility_level_helper.rb
index 70e60bfba8d..b318b27992a 100644
--- a/app/helpers/visibility_level_helper.rb
+++ b/app/helpers/visibility_level_helper.rb
@@ -169,7 +169,7 @@ module VisibilityLevelHelper
#
# 1. The group permissions (e.g. a subgroup is private, which requires
# all projects to be private)
- # 2. The global allowed visibility settinngs, set by the admin
+ # 2. The global allowed visibility settings, set by the admin
def selected_visibility_level(form_model, requested_level)
requested_level =
if requested_level.present?