summaryrefslogtreecommitdiff
path: root/app/models/concerns/fast_destroy_all.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-25 10:42:31 +0000
committerRémy Coutable <remy@rymai.me>2019-02-26 12:25:01 +0100
commitf49aeacdd0b20cc270423409efaf82b26ced4836 (patch)
treededb3e19d12ee75882fa900a842a4c794b4fb9cf /app/models/concerns/fast_destroy_all.rb
parente63d2e7d7573b76cd0693674821fb155bfb25d34 (diff)
downloadgitlab-ce-f49aeacdd0b20cc270423409efaf82b26ced4836.tar.gz
Merge branch 'fix-misspellings-app-comments' into 'master'
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
Diffstat (limited to 'app/models/concerns/fast_destroy_all.rb')
-rw-r--r--app/models/concerns/fast_destroy_all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/fast_destroy_all.rb b/app/models/concerns/fast_destroy_all.rb
index 1e3afd641ed..f862031bce0 100644
--- a/app/models/concerns/fast_destroy_all.rb
+++ b/app/models/concerns/fast_destroy_all.rb
@@ -11,7 +11,7 @@
# it is difficult to accomplish it.
#
# This module defines a format to use `delete_all` and delete associated external data.
-# Here is an exmaple
+# Here is an example
#
# Situation
# - `Project` has many `Ci::BuildTraceChunk` through `Ci::Build`