Fixed netstat misspelling in Networking Guide

Fixed misspelling of Netstat in Networking Guide.

Change-Id: I6b714b85f3e276d05a00e1fde5cbdae5ffae6443
Closes-Bug: #1503125
This commit is contained in:
Nandini Tata 2015-10-06 18:04:15 +00:00
parent df13541590
commit 0a36c82f67

View File

@ -315,7 +315,7 @@ are on the local network associated with the network interface eth1.
Line 4 of the output specifies that IPs in the 192.168.122/24 subnet are on the
local network associated with the network interface virbr0.
The output of the ``route -n`` and ``netsat -rn`` commands are
The output of the ``route -n`` and ``netstat -rn`` commands are
formatted in a slightly different way. This example shows how the same
routes would be formatted using these commands::