diff options
author | Philipp Plüss <philipp.pluess@bfh.ch> | 2016-06-22 08:50:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-01 09:31:12 +0000 |
commit | c19a00401c2b49a1bc369d03d96fe648a1855488 (patch) | |
tree | a4e5ca472ae0a112188c9c3cd066e36bdbc1f125 | |
parent | Creating machines directory in container create scripts if it's not already e... (diff) | |
download | compute-tools-c19a00401c2b49a1bc369d03d96fe648a1855488.tar.xz compute-tools-c19a00401c2b49a1bc369d03d96fe648a1855488.zip |
Correcting spelling typo in HOST-SETUP.txt.
Signed-off-by: Philipp Plüss <philipp.pluess@bfh.ch>
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index b8f4cd7..f3d813a 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -99,7 +99,7 @@ cat > /etc/network/interfaces << EOF auto lo iface lo inet loopback -autho eth0 +auto eth0 iface eth0 inet dhcp auto br0 |