summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2019-02-18 12:00:14 -0300
committerFelipe Artur <felipefac@gmail.com>2019-02-18 12:00:14 -0300
commitd88b44caad35136bc42f245162c99e8bae0a5912 (patch)
tree4daba8b7a0c8498e8c071c5535d1ccf955eafec3
parenta9886c7dd434d6936c455c9877f6c695cafebe0a (diff)
downloadgitlab-ce-d88b44caad35136bc42f245162c99e8bae0a5912.tar.gz
Fix typo
-rw-r--r--lib/gitlab/background_migration/helpers/reschedulable.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/background_migration/helpers/reschedulable.rb b/lib/gitlab/background_migration/helpers/reschedulable.rb
index 7810f2627c8..3b653059858 100644
--- a/lib/gitlab/background_migration/helpers/reschedulable.rb
+++ b/lib/gitlab/background_migration/helpers/reschedulable.rb
@@ -5,9 +5,9 @@ module Gitlab
module Helpers
# == Reschedulable helper
#
- # Allows background migrations to be reschedule if a condition is not met.
+ # Allows background migrations to be reschedule itself if a condition is not met.
#
- # Check DeleteDiffFiles migration which reschedules itself if dead tuple count
+ # For example, check DeleteDiffFiles migration which is rescheduled if dead tuple count
# on DB is not acceptable.
#
module Reschedulable