nixos/jenkins: fix typo in docstring (s/adress/address/)

This commit is contained in:
Bjørn Forsman 2015-12-23 23:23:07 +01:00
parent c6b251f5d5
commit b2d0886b37

View File

@ -53,8 +53,8 @@ in {
example = "localhost";
type = types.str;
description = ''
Specifies the bind adress on which the jenkins HTTP interface listens.
The default is the wildcard adress.
Specifies the bind address on which the jenkins HTTP interface listens.
The default is the wildcard address.
'';
};