Fix spelling mistake in docstring

Change-Id: I6cecfb2e545e3e84d51d8c0236e58be5cb12a1ad
This commit is contained in:
Sebastian Jeuk 2016-03-01 15:12:34 -08:00
parent bb8b6ff100
commit 9b83674bcc

View File

@ -62,7 +62,8 @@ class ChunkedBackupDriver(driver.BackupDriver):
the backed up cinder volume exceeds the size of a backup repository the backed up cinder volume exceeds the size of a backup repository
"chunk." "chunk."
Provides abstract methods to be implmented in concrete chunking drivers. Provides abstract methods to be implemented in concrete chunking
drivers.
""" """
DRIVER_VERSION = '1.0.0' DRIVER_VERSION = '1.0.0'