diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-09-17 09:17:33 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-09-17 09:17:33 +0000 |
commit | 6876c7afa8ccb5e21f2792362bec7567b5c3734d (patch) | |
tree | 00e3c3d155a54a2665ee571e5eba0e1b0cd8a80d /lib/system_check | |
parent | cdc4cd09e74bebf52250581dcbd99cfd8848aaeb (diff) | |
download | gitlab-ce-6876c7afa8ccb5e21f2792362bec7567b5c3734d.tar.gz |
Fix grammar (setup to set-up) in code comments, spec, views, etc.
Diffstat (limited to 'lib/system_check')
-rw-r--r-- | lib/system_check/incoming_email/imap_authentication_check.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/incoming_email/imap_authentication_check.rb b/lib/system_check/incoming_email/imap_authentication_check.rb index e55bea86d3f..3550c5796b0 100644 --- a/lib/system_check/incoming_email/imap_authentication_check.rb +++ b/lib/system_check/incoming_email/imap_authentication_check.rb @@ -7,7 +7,7 @@ module SystemCheck if config try_connect_imap else - @error = "#{mail_room_config_path} does not have mailboxes setup" + @error = "#{mail_room_config_path} does not have mailboxes set up" false end end |