From 8fc5984e838d75a0365e3f532cfe522fc16031ad Mon Sep 17 00:00:00 2001
From: Haemin Yoo <haemin@zzz.pe.kr>
Date: Wed, 9 Oct 2019 19:43:12 +0900
Subject: [PATCH] Fix documentation typo

---
 nixos/modules/config/unix-odbc-drivers.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/modules/config/unix-odbc-drivers.nix b/nixos/modules/config/unix-odbc-drivers.nix
index 8dd811727389..abc12a627d6f 100644
--- a/nixos/modules/config/unix-odbc-drivers.nix
+++ b/nixos/modules/config/unix-odbc-drivers.nix
@@ -24,7 +24,7 @@ in {
         Specifies Unix ODBC drivers to be registered in
         <filename>/etc/odbcinst.ini</filename>.  You may also want to
         add <literal>pkgs.unixODBC</literal> to the system path to get
-        a command line client to connnect to ODBC databases.
+        a command line client to connect to ODBC databases.
       '';
     };
   };