summaryrefslogtreecommitdiff
path: root/db/migrate
diff options
context:
space:
mode:
authorYoginth <me@yoginth.com>2019-05-20 14:11:44 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-20 14:11:44 +0000
commit2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71 (patch)
tree8d11b78ab29992a7af02aed9dca5289aeb3d21bb /db/migrate
parent9c1470c260032c8b3d9cd6cf759fd08a610e9a1b (diff)
downloadgitlab-ce-2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71.tar.gz
Fix typos in the whole gitlab-ce project
Diffstat (limited to 'db/migrate')
-rw-r--r--db/migrate/20170330141723_disable_invalid_service_templates2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170330141723_disable_invalid_service_templates2.rb b/db/migrate/20170330141723_disable_invalid_service_templates2.rb
index 91ec19dfa87..f09f3b3e355 100644
--- a/db/migrate/20170330141723_disable_invalid_service_templates2.rb
+++ b/db/migrate/20170330141723_disable_invalid_service_templates2.rb
@@ -1,5 +1,5 @@
# This is the same as DisableInvalidServiceTemplates. Later migrations may have
-# inadventently enabled some invalid templates again.
+# inadvertently enabled some invalid templates again.
#
class DisableInvalidServiceTemplates2 < ActiveRecord::Migration[4.2]
DOWNTIME = false