diff --git a/src/db/pool.cr b/src/db/pool.cr index c12f1a3..8b47b8f 100644 --- a/src/db/pool.cr +++ b/src/db/pool.cr @@ -98,7 +98,7 @@ module DB e.connection.close rescue e : ConnectionRefused # a ConnectionRefused means a new connection - # was intented to be created + # was intended to be created # nothing to due but to retry soon end end