From 8116dea56c08b07bcf6c00b91da5bfa16be98e8c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 10 Jul 2017 12:22:01 +0200 Subject: [PATCH] pve-network.adoc: fix spelling --- pve-network.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pve-network.adoc b/pve-network.adoc index fa1db8b..315ba63 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -58,8 +58,8 @@ names implies the device type. Systemd Network Interface Names ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Systemd uses the two character prefix 'en' for ethernet network -devices. The next characters depence on the device driver and the fact +Systemd uses the two character prefix 'en' for Ethernet network +devices. The next characters depends on the device driver and the fact which schema matches first. * o[n|d] — devices on board @@ -83,7 +83,7 @@ Default Configuration using a Bridge ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The installation program creates a single bridge named `vmbr0`, which -is connected to the first ethernet card `eno0`. The corresponding +is connected to the first Ethernet card `eno0`. The corresponding configuration in `/etc/network/interfaces` looks like this: ----