Fix typo [skip ci]

This commit is contained in:
Alex Ling 2021-03-05 17:04:23 +00:00
parent 05b4e77fa9
commit b7b7e6f718

View File

@ -34,7 +34,7 @@ class Storage
dir = File.dirname @path
unless Dir.exists? dir
Logger.info "The DB directory #{dir} does not exist. " \
"Attepmting to create it"
"Attempting to create it"
Dir.mkdir_p dir
end
MainFiber.run do