lib/modules: fix typo

(cherry picked from commit e6f4614e8582e0ea11995a6756b7f25abbc391cc)
release-18.03-flake
Franz Pletz 2018-03-28 01:02:40 +02:00
parent 39e76f5a34
commit 4d9d3cbfeb
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 1 additions and 1 deletions

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 {