From 839a7abb5e5ab1cd62c46814dd41e5c59f2eb61d Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Tue, 7 Nov 2017 23:23:06 -0300 Subject: [PATCH] Fix typo in comment --- src/db/pool.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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