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

Changed files
+2 -2
nixos
modules
services
continuous-integration
jenkins
+2 -2
nixos/modules/services/continuous-integration/jenkins/default.nix
···
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.
'';
};