Modify the spelling mistakes

the "becuase" change to "because".

Change-Id: Ic32a5e2b8273e1de16df20519b9283aeb77e1971
This commit is contained in:
wanghongtaozz 2017-01-16 18:31:13 -08:00
parent e90d1b01f6
commit bc4052d271
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class LVM(executor.Executor):
# before the first LVM command is executed, and use the directory
# where the specified lvm_conf file is located as the value.
# NOTE(jdg): We use the temp var here becuase LVM_CMD_PREFIX is a
# NOTE(jdg): We use the temp var here because LVM_CMD_PREFIX is a
# class global and if you use append here, you'll literally just keep
# appending values to the global.
_lvm_cmd_prefix = ['env', 'LC_ALL=C']