From b96101a35f5cd0bd348449b245244732df3ee545 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 26 Aug 2021 00:37:33 +0200 Subject: [PATCH] lib/modules: grammar fix in error msg --- lib/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules.nix b/lib/modules.nix index 51e12f0659c9..46ae3f136310 100644 --- a/lib/modules.nix +++ b/lib/modules.nix @@ -170,7 +170,7 @@ rec { then throw '' ${baseMsg} - It seems as you're trying to declare an option by placing it into `config' rather than `options'! + It seems as if you're trying to declare an option by placing it into `config' rather than `options'! '' else throw ''