lib/modules: grammar fix in error msg
This commit is contained in:
parent
5773ae93f7
commit
b96101a35f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ rec {
|
||||||
then throw ''
|
then throw ''
|
||||||
${baseMsg}
|
${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
|
else
|
||||||
throw ''
|
throw ''
|
||||||
|
|
Loading…
Reference in a new issue