diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2021-02-16 10:39:32 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2021-02-16 10:39:32 +0200 |
commit | 4fcaa1589b342c0c8af74577a8d79c7b0d7f85b4 (patch) | |
tree | c6756f7d5479d2575c8324d69d08311a297aa030 /modules | |
parent | d402ccfb645d57d54b35afb1785d309709a80ed0 (diff) | |
download | nixsap-4fcaa1589b342c0c8af74577a8d79c7b0d7f85b4.tar.gz |
Fix a typo
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apps/mariadb/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/mariadb/default.nix b/modules/apps/mariadb/default.nix index 2e44635..1e45624 100644 --- a/modules/apps/mariadb/default.nix +++ b/modules/apps/mariadb/default.nix @@ -332,7 +332,7 @@ in { default = ""; description = '' Any SQL statements to execute, typically GRANT / REVOKE etc. - This is executed in contect of the `mysql` database. + This is executed in context of the `mysql` database. ''; example = '' CREATE USER IF NOT EXISTS 'icinga'@'%' IDENTIFIED BY PASSWORD '*AC8C3BDA823EECFF90A8381D554232C7620345B3'; |