3
0
Fork 0
forked from mirrors/nixpkgs

nixos: fix typo in networking.interfaces.<name?>.virtual (#18548)

This commit is contained in:
Данило Глинський (Danylo Hlynskyi) 2016-09-13 09:04:00 +03:00 committed by Franz Pletz
parent 06b2897c40
commit 896b2916ab

View file

@ -231,7 +231,7 @@ let
type = types.bool;
description = ''
Whether this interface is virtual and should be created by tunctl.
This is mainly useful for creating bridges between a host a virtual
This is mainly useful for creating bridges between a host and a virtual
network such as VPN or a virtual machine.
'';
};