From: Joe Gordon Date: Thu, 30 Aug 2012 20:35:07 +0000 (-0700) Subject: Spelling: Persistant=>Persistent X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cabb54c5806022e696697e7c1fa6c81b482d2b20;p=openstack-build%2Fcinder-build.git Spelling: Persistant=>Persistent Change-Id: Id8e1bef634fe66e06624b5b3bcd82f59735d76e3 --- diff --git a/cinder/volume/manager.py b/cinder/volume/manager.py index 2ba2d0ffd..68c4e6fec 100644 --- a/cinder/volume/manager.py +++ b/cinder/volume/manager.py @@ -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.