Fix typo in comment

This commit is contained in:
Brian J. Cardiff 2017-11-07 23:23:06 -03:00
parent e40c19d195
commit 839a7abb5e

View file

@ -98,7 +98,7 @@ module DB
e.connection.close e.connection.close
rescue e : ConnectionRefused rescue e : ConnectionRefused
# a ConnectionRefused means a new connection # a ConnectionRefused means a new connection
# was intented to be created # was intended to be created
# nothing to due but to retry soon # nothing to due but to retry soon
end end
end end