From cabb54c5806022e696697e7c1fa6c81b482d2b20 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 30 Aug 2012 13:35:07 -0700 Subject: [PATCH] Spelling: Persistant=>Persistent Change-Id: Id8e1bef634fe66e06624b5b3bcd82f59735d76e3 --- cinder/volume/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2