summary refs log tree commit diff
diff options
context:
space:
mode:
authorHaemin Yoo <haemin@zzz.pe.kr>2019-10-09 19:43:12 +0900
committerGitHub <noreply@github.com>2019-10-09 19:43:12 +0900
commit8fc5984e838d75a0365e3f532cfe522fc16031ad (patch)
treed84f42c8a08010388f3a1e736740055dfe41e263
parentf251c29484e6a6a3e493b72b7179bddfb8a2a618 (diff)
downloadnixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.tar
nixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.tar.gz
nixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.tar.bz2
nixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.tar.lz
nixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.tar.xz
nixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.tar.zst
nixpkgs-8fc5984e838d75a0365e3f532cfe522fc16031ad.zip
Fix documentation typo
-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 8dd81172738..abc12a627d6 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.
       '';
     };
   };