mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:48:48 +08:00
DEV: Fix typo
This commit is contained in:
parent
40460fa00a
commit
bdbee36961
|
@ -45,7 +45,7 @@ module Jobs
|
|||
private
|
||||
|
||||
def format_measure
|
||||
result = +"EnsureDbConsitency Times\n"
|
||||
result = +"EnsureDbConsistency Times\n"
|
||||
result << @measure_times.map do |name, duration|
|
||||
" #{name}: #{duration}"
|
||||
end.join("\n")
|
||||
|
|
Loading…
Reference in New Issue
Block a user