lib/modules: fix typo

(cherry picked from commit e6f4614e85)
This commit is contained in:
Franz Pletz
2018-03-28 01:02:40 +02:00
parent 39e76f5a34
commit 4d9d3cbfeb

View File

@@ -660,7 +660,7 @@ rec {
doRename = { from, to, visible, warn, use }:
let
toOf = attrByPath to
(abort "Renaming error: option `${showOption to}' does not exists.");
(abort "Renaming error: option `${showOption to}' does not exist.");
in
{ config, options, ... }:
{ options = setAttrByPath from (mkOption {