]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Spelling: Persistant=>Persistent
authorJoe Gordon <jogo@cloudscaling.com>
Thu, 30 Aug 2012 20:35:07 +0000 (13:35 -0700)
committerJoe Gordon <jogo@cloudscaling.com>
Thu, 30 Aug 2012 20:35:37 +0000 (13:35 -0700)
Change-Id: Id8e1bef634fe66e06624b5b3bcd82f59735d76e3

cinder/volume/manager.py

index 2ba2d0ffd6f4825290c3c5cac45c2d0ef96c4a90..68c4e6feca0be99e334e9ba1316908a8be8d87a2 100644 (file)
@@ -18,7 +18,7 @@
 """
 Volume manager manages creating, attaching, detaching, and persistent storage.
 
-Persistant storage volumes keep their state independent of instances.  You can
+Persistent storage volumes keep their state independent of instances.  You can
 attach to an instance, terminate the instance, spawn a new instance (even
 one from a different image) and re-attach the volume with the same data
 intact.