From b7b7e6f7189c150b12b31d20fff9bf34b3ae9c56 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 5 Mar 2021 17:04:23 +0000 Subject: [PATCH] Fix typo [skip ci] --- src/storage.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.cr b/src/storage.cr index 88a5142..971bba3 100644 --- a/src/storage.cr +++ b/src/storage.cr @@ -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