about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-09 17:35:41 +0200
committerGitHub <noreply@github.com>2019-10-09 17:35:41 +0200
commit0bf7300375e3450347d49debe7a60031bf8dfa40 (patch)
treea29efef142c2a833cc15d321a5d714f3963d9b3d /nixos
parent8e1fdad7c69a055b431580db717d6d9270e18175 (diff)
parent8fc5984e838d75a0365e3f532cfe522fc16031ad (diff)
downloadnixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.tar
nixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.tar.gz
nixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.tar.bz2
nixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.tar.lz
nixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.tar.xz
nixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.tar.zst
nixlib-0bf7300375e3450347d49debe7a60031bf8dfa40.zip
Merge pull request #70850 from yoohaemin/patch-1
Fix documentation typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/unix-odbc-drivers.nix2
1 files changed, 1 insertions, 1 deletions
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.
       '';
     };
   };