summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/volume/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/manager.py b/nova/volume/manager.py
index 8aceace5f..a45ae0d65 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.