diff options
author | Michael Kozono <mkozono@gmail.com> | 2019-02-25 12:53:09 -0800 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2019-02-25 12:53:09 -0800 |
commit | cae2c336819d1838507b0c5d21c609710b21ac4f (patch) | |
tree | 5bcac1fa18fa97dabc5fe4fd5ddd6297a963f72b /app/models/ci | |
parent | ea6945b8113160f2009daa854e612eb009690a2a (diff) | |
download | gitlab-ce-cae2c336819d1838507b0c5d21c609710b21ac4f.tar.gz |
Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing
changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
Diffstat (limited to 'app/models/ci')
-rw-r--r-- | app/models/ci/build_trace_chunk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/ci/build_trace_chunk.rb b/app/models/ci/build_trace_chunk.rb index 33e61cd2111..da08214963f 100644 --- a/app/models/ci/build_trace_chunk.rb +++ b/app/models/ci/build_trace_chunk.rb @@ -18,7 +18,7 @@ module Ci FailedToPersistDataError = Class.new(StandardError) # Note: The ordering of this enum is related to the precedence of persist store. - # The bottom item takes the highest precedence, and the top item takes the lowest precedence. + # The bottom item takes the higest precedence, and the top item takes the lowest precedence. enum data_store: { redis: 1, database: 2, |