lib/modules: fix typo

This commit is contained in:
Franz Pletz 2018-03-28 01:02:40 +02:00
parent a8375e4056
commit e6f4614e85
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

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