Some typos need to be fixed

subunit-trace.py
'information after the stream is proccesed'
-----proccesed should be processed
dhcp_app.py
'Time to block port that passe the max rate'
-----passe should be passes
sg_app.py
wrong ethernet type
-----ethernet should be Ethernet

Change-Id: I8c9aee3cc3f9da39c24f7d4139f297ca894c9037
Closes-bug: #1615924
This commit is contained in:
zhangyanxian 2016-08-23 05:39:21 +00:00
parent 57b71b7c50
commit 981472d7f3
2 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ class SGApp(df_base_app.DFlowApp):
# not support yet
dl_type_match["eth_type"] = ether.ETH_TYPE_IPV6
else:
LOG.error(_LE("wrong ethernet type"))
LOG.error(_LE("wrong Ethernet type"))
for port_match in port_match_list:
parameters_merge = dl_type_match.copy()

View File

@ -264,7 +264,7 @@ def parse_args():
'debug information in realtime')
parser.add_argument('--fails', '-f', action='store_true',
dest='post_fails', help='Print failure debug '
'information after the stream is proccesed')
'information after the stream is proccessed')
parser.add_argument('--failonly', action='store_true',
dest='failonly', help="Don't print success items",
default=(