aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2021-02-16 10:39:32 +0200
committerIgor Pashev <pashev.igor@gmail.com>2021-02-16 10:39:32 +0200
commit4fcaa1589b342c0c8af74577a8d79c7b0d7f85b4 (patch)
treec6756f7d5479d2575c8324d69d08311a297aa030
parentd402ccfb645d57d54b35afb1785d309709a80ed0 (diff)
downloadnixsap-4fcaa1589b342c0c8af74577a8d79c7b0d7f85b4.tar.gz
Fix a typo
-rw-r--r--modules/apps/mariadb/default.nix2
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';