Merge "fix a typo in remotefs.py"

This commit is contained in:
Zuul 2018-03-23 17:49:26 +00:00 committed by Gerrit Code Review
commit 6ee21772cd
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.