aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/mariadb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apps/mariadb/default.nix')
-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';