Fix documentation typo

Changed files
+1 -1
nixos
modules
+1 -1
nixos/modules/config/unix-odbc-drivers.nix
···
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.
'';
};
};
···
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 connect to ODBC databases.
'';
};
};