Merge "Some typos need to be fixed"

This commit is contained in:
Jenkins 2016-09-01 06:23:13 +00:00 committed by Gerrit Code Review
commit cbd13373ab
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=(