summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb
diff options
context:
space:
mode:
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'