nixos/toxvpn: Fix typo in option description

This commit is contained in:
toonn 2019-09-04 17:17:06 +02:00
parent 55256d644b
commit a34b61ab30

View File

@ -23,7 +23,7 @@ with lib;
type = types.listOf types.str;
default = [];
example = ''[ "toxid1" "toxid2" ]'';
description = "peers to automacally connect to on startup";
description = "peers to automatically connect to on startup";
};
};
};