Merge "[Trivialfix]Fix typos in tricircle"

This commit is contained in:
Jenkins 2017-09-15 10:34:58 +00:00 committed by Gerrit Code Review
commit 77a495f2ea
2 changed files with 4 additions and 4 deletions

View File

@ -327,8 +327,8 @@ class FakeClient(test_utils.FakeClient):
key = query_filter['key']
# when querying ports, "fields" is passed in the query string to
# ask the server to only return necessary fields, which can reduce
# the data being transfered. in test, we just return all the fields
# since there's no need to optimize
# the data being transferred. In test, we just return all the
# fields since there's no need to optimize
if key != 'fields':
value = query_filter['value']
filter_dict[key] = value

View File

@ -138,8 +138,8 @@ class FakeClient(test_utils.FakeClient):
key = query_filter['key']
# when querying trunks, "fields" is passed in the query string to
# ask the server to only return necessary fields, which can reduce
# the data being transfered. in test, we just return all the fields
# since there's no need to optimize
# the data being transferred. In test, we just return all the
# fields since there's no need to optimize
if key != 'fields':
value = query_filter['value']
filter_dict[key] = value