From ec5b30a4ffc8e693eeeec0a6e44c8b829fed5525 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 30 Aug 2012 12:32:12 -0700 Subject: [PATCH] Spelling: Persistant=>Persistent Change-Id: I0d22e3f03e8f1a74a8bce7c76c93c9c7170defd5 --- nova/volume/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/volume/manager.py b/nova/volume/manager.py index 8aceace5f026..a45ae0d650cf 100644 --- a/nova/volume/manager.py +++ b/nova/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.