From f93615ca4e251d88f358ceb99e35249b9c83eb60 Mon Sep 17 00:00:00 2001 From: xu yang Date: Fri, 7 Aug 2015 05:44:31 +0000 Subject: [PATCH] Rectify grammar mistake in install-guide where missing a space In the 6th chapter, Page 68 Networking concepts part. The manual miss a 'space' in the article between 'port.' and 'You' Change the context as followes ... that connection is called a port. You can associate ... Upate all XML and RST files. Closes-Bug: #1482084 Change-Id: I3f265ac770d432442f1ecdcb54f0275359ab3c7b --- doc/install-guide-rst/source/neutron-concepts.rst | 2 +- doc/install-guide/section_neutron-concepts.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-guide-rst/source/neutron-concepts.rst b/doc/install-guide-rst/source/neutron-concepts.rst index 4a9d9d7aa3..61895958f0 100644 --- a/doc/install-guide-rst/source/neutron-concepts.rst +++ b/doc/install-guide-rst/source/neutron-concepts.rst @@ -43,7 +43,7 @@ network through the gateway for the router. Additionally, you can allocate IP addresses on external networks to ports on the internal network. Whenever something is connected to a -subnet, that connection is called a port.You can associate external +subnet, that connection is called a port. You can associate external network IP addresses with ports to VMs. This way, entities on the outside network can access VMs. diff --git a/doc/install-guide/section_neutron-concepts.xml b/doc/install-guide/section_neutron-concepts.xml index 828f094b1e..0f5dc7eae5 100644 --- a/doc/install-guide/section_neutron-concepts.xml +++ b/doc/install-guide/section_neutron-concepts.xml @@ -44,7 +44,7 @@ router. Additionally, you can allocate IP addresses on external networks to ports on the internal network. Whenever something is - connected to a subnet, that connection is called a port.You can + connected to a subnet, that connection is called a port. You can associate external network IP addresses with ports to VMs. This way, entities on the outside network can access VMs. Networking also supports security