From 81bfc52e131215cd042c491f1c94c5d1f49de8a8 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 5 Jun 2016 10:44:47 -0400 Subject: spelling --- src/firejail/network_main.c | 2 +- src/man/firejail.txt | 2 +- test/network/README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/firejail/network_main.c b/src/firejail/network_main.c index e50c06ae9..396c612b1 100644 --- a/src/firejail/network_main.c +++ b/src/firejail/network_main.c @@ -58,7 +58,7 @@ void net_configure_bridge(Bridge *br, char *dev_name) { // allow unconfigured interfaces if (net_get_if_addr(br->dev, &br->ip, &br->mask, br->mac, &br->mtu)) { - fprintf(stderr, "Warning: interface %s is not configured\n", br->dev); + fprintf(stderr, "Warning: the network interface %s is not configured\n", br->dev); br->configured = 1; br->arg_ip_none = 1; return; diff --git a/src/man/firejail.txt b/src/man/firejail.txt index e57b8fb93..71a73a02d 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -476,7 +476,7 @@ $ firejail \-\-net=eth0 \-\-\ip=none .br .br -If the coresponding interface doesn't have an IP address configured, this +If the corresponding interface doesn't have an IP address configured, this option is enabled by default. .TP diff --git a/test/network/README b/test/network/README index a9b79d1de..a715d8edf 100644 --- a/test/network/README +++ b/test/network/README @@ -1,5 +1,5 @@ Warning: this test requires root access to configure a number of bridge, mac -and vlan devices. Please take a look at configure file. By the time you are +and vlan devices. Please take a look at configure file. By the time you are finished testing, you'll probably have to reboot the computer to get your networking subsytem back to normal. -- cgit v1.2.3-54-g00ecf