From 4fcaa1589b342c0c8af74577a8d79c7b0d7f85b4 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 16 Feb 2021 10:39:32 +0200 Subject: Fix a typo --- modules/apps/mariadb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3