Fix comment typo error

Change-Id: I426d3f205e9bd433921ae8da6245511c564a1907
This commit is contained in:
jeckxie
2016-12-21 09:21:53 +08:00
parent 84b077943b
commit f91ec9fd3b
2 changed files with 2 additions and 2 deletions

View File

@@ -7205,7 +7205,7 @@
# networking-ovn doesn't have branches older than newton. By running
# grenade with ubuntu-xenial in the name we automatically pin
# grenade against this project to run starting with master which
# should be fine beacuse there is nothing before newton to upgrade from.
# should be fine because there is nothing before newton to upgrade from.
- '{pipeline}-grenade-dsvm-networking-ovn-{node}{suffix}':
pipeline: gate
node: ubuntu-xenial

View File

@@ -548,7 +548,7 @@ def create_folder_metadata_object(folder_hash, folder_name,
def build_metadata_object_list(file_list, destination_prefix=''):
"""Build a separate list of file_datils to be uploaded containing metadata.
Only upload metadata for psuedo folders for now. Actual files can have
Only upload metadata for pseudo folders for now. Actual files can have
their metadata stored directly in swift."""
# key: hash of path, value: file_details (as above)