diff --git a/hasql-pool.cabal b/hasql-pool.cabal
--- a/hasql-pool.cabal
+++ b/hasql-pool.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: hasql-pool
-version: 1.2.0.2
+version: 1.2.0.3
 category: Hasql, Database, PostgreSQL
 synopsis: Pool of connections for Hasql
 homepage: https://github.com/nikita-volkov/hasql-pool
diff --git a/src/library/other/Hasql/Pool/Config/Config.hs b/src/library/other/Hasql/Pool/Config/Config.hs
--- a/src/library/other/Hasql/Pool/Config/Config.hs
+++ b/src/library/other/Hasql/Pool/Config/Config.hs
@@ -6,7 +6,7 @@
 import Hasql.Pool.Prelude
 import Hasql.Session qualified as Session
 
--- | Configufation for Hasql connection pool.
+-- | Configuration for Hasql connection pool.
 data Config = Config
   { size :: Int,
     acquisitionTimeout :: DiffTime,
