Minor text changes

Add some missing words to dictionary
Add missing port number
Fix some capitalization

Change-Id: Ibcfbfb2d811deb027ba115198c25c69a5b65a515
diff --git a/configuration/dual-homing.rst b/configuration/dual-homing.rst
index 318dc02..e5c86a6 100644
--- a/configuration/dual-homing.rst
+++ b/configuration/dual-homing.rst
@@ -184,7 +184,7 @@
     }
 
 .. note::
-    Even though the ports ``of:205/12`` and ``of:206/`` facing the dual-homed
+    Even though the ports ``of:205/12`` and ``of:206/29`` facing the dual-homed
     server are configured as ``vlan-untagged``, the same vlan MUST be
     configured as ``vlan-tagged`` on the pair-ports.
 
diff --git a/dict.txt b/dict.txt
index ba2e053..51050f9 100644
--- a/dict.txt
+++ b/dict.txt
@@ -1,38 +1,110 @@
 Accton
+Broadcom
+Disaggregated
 Edgecore
+Ethertype
+Failover
+Gerrit
 Inventec
+IPv
+Kubernetes
+Makefile
+Mininet
+Multicast
+Orchestrator
+OVS
+Pseudowire
+Pseudowires
+QinQ
+Quagga
+Quaggas
+Scalability
+SDN
+TiaB
+TLS
 Tofino
+ToR
+ToRs
+Uncomment
+Unicast
+Walkthrough
 Whitebox
 addr
+backhaul
+balancer
 bgpd
+blackhole
 blackholing
+chipset
+cli
+conf
+config
 decap
 dhcp
 dhcprelay
+disaggregated
 dst
 encap
 eth
+ethernet
 ethType
+filesystem
+gNMI
+gRPC
+goto
 gw
 inexternal
+innerTag
+ip
+ipv
+keepalive
+loopback
 mcast
 mpls
+multicast
 multipath
+natively
 netcfg
 ofagent
 ofagentd
 ofdpa
+oftest
+orchestrator
 onos
+outerTag
+toolset
 patchset
+pem
 pingall
+pipeconf
 pipeconfs
 privkey
+pseudowire
+pseudowires
+py
+quagga
+repo
+routable
 rst
+runtime
+scalability
+subnet
+subnets
+subtype
+subtypes
+telecom
+topologies
 uboot
 unconfigured
+unicast
+untagged
+uplinks
+usr
 virtualenv
 vlan
 vlanId
 vlans
+vRouter
 vtysh
 withvlan
+xconnect
diff --git a/testing/control-plane-testing.rst b/testing/control-plane-testing.rst
index 4e6a8ac..9064775 100644
--- a/testing/control-plane-testing.rst
+++ b/testing/control-plane-testing.rst
@@ -93,7 +93,7 @@
 Tests Steps
 -----------
 - Configure and install ONOS
-- Start mininet and check flow state
+- Start Mininet and check flow state
 - Test connectivity
 
   - pingall
diff --git a/testing/data-plane-testing.rst b/testing/data-plane-testing.rst
index 75c5a14..9dd9e91 100644
--- a/testing/data-plane-testing.rst
+++ b/testing/data-plane-testing.rst
@@ -22,7 +22,7 @@
 OFTest Setup
 ============
 
-To install OFTEST on ubuntu, type the following:
+To install OFTEST on Ubuntu, type the following:
 
 .. code-block:: console