From: KATOH Yasufumi Date: Sat, 23 Oct 2021 06:26:26 +0000 (+0900) Subject: doc: fix typo in English lxc.container.conf(5) X-Git-Tag: lxc-4.0.12~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d40b0deb45e35ba6f1996a0a48c265271b30ce6e;p=thirdparty%2Flxc.git doc: fix typo in English lxc.container.conf(5) Signed-off-by: KATOH Yasufumi --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 6c9271130..c1054ddbc 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -682,7 +682,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Specify the ipv4 address to assign to the virtualized interface. Several lines specify several ipv4 addresses. The address is in format x.y.z.t/m, eg. 192.168.1.123/24. - You can optionally specify the broadcast address after the IP adress, + You can optionally specify the broadcast address after the IP address, e.g. 192.168.1.123/24 255.255.255.255. Otherwise it is automatically calculated from the IP address.