]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix spelling mistake in docstring
authorSebastian Jeuk <sjeuk001@gmail.com>
Tue, 1 Mar 2016 23:12:34 +0000 (15:12 -0800)
committerSebastian Jeuk <sjeuk001@gmail.com>
Wed, 2 Mar 2016 00:37:49 +0000 (16:37 -0800)
Change-Id: I6cecfb2e545e3e84d51d8c0236e58be5cb12a1ad

cinder/backup/chunkeddriver.py

index 065e61cb5d10ce267279155546cde198dfea83cb..20230532d1bd21c9be7de997f98a348843db3e38 100644 (file)
@@ -62,7 +62,8 @@ class ChunkedBackupDriver(driver.BackupDriver):
        the backed up cinder volume exceeds the size of a backup repository
        "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'