summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-11-01 15:20:54 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-11-01 15:20:54 +0000
commit3c99d8308a481b3f6edb002912ffc4d760b7fb64 (patch)
tree73555ed44c63103ae57836dd00587e45d084dff2 /lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
parent0336dc438b6faab575df996364076b57e388cc27 (diff)
parentd3a407d66fa553f3ff8afd1b9e42f01b9912e14a (diff)
downloadgitlab-ce-3c99d8308a481b3f6edb002912ffc4d760b7fb64.tar.gz
Merge branch 'master' into 'gl-ui-progress-bar'gl-ui-progress-bar
# Conflicts: # app/assets/javascripts/commons/gitlab_ui.js
Diffstat (limited to 'lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb')
-rw-r--r--lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb b/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
index 171c8ef21b7..28d8d2c640b 100644
--- a/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
+++ b/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
@@ -3,8 +3,8 @@
module Gitlab
module BackgroundMigration
- # Ensures hooks which previously recieved all notes events continue
- # to recieve confidential ones.
+ # Ensures hooks which previously received all notes events continue
+ # to receive confidential ones.
class SetConfidentialNoteEventsOnWebhooks
class WebHook < ActiveRecord::Base
self.table_name = 'web_hooks'