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 }:
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 {