fix a typo in remotefs.py

Change-Id: Ic052dd55e9f7bec74cf97df0c94129ef3a004782
This commit is contained in:
melissaml 2018-03-23 06:15:00 +08:00
parent 04fc01bb32
commit 28ae171acb
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ class RemoteFSSnapDriverBase(RemoteFSDriver):
"""
_VALID_IMAGE_EXTENSIONS = []
# The following flag may be overriden by the concrete drivers in order
# The following flag may be overridden by the concrete drivers in order
# to avoid using temporary volume snapshots when creating volume clones,
# when possible.