Spelling: Persistant=>Persistent

Change-Id: I0d22e3f03e8f1a74a8bce7c76c93c9c7170defd5
This commit is contained in:
Joe Gordon 2012-08-30 12:32:12 -07:00
parent b6f5d60f52
commit ec5b30a4ff
1 changed files with 1 additions and 1 deletions

View 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.