]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
get_all_snapshots: Fix log message typo
authorEric Harney <eharney@redhat.com>
Mon, 16 Nov 2015 19:32:52 +0000 (14:32 -0500)
committerEric Harney <eharney@redhat.com>
Mon, 16 Nov 2015 19:33:18 +0000 (14:33 -0500)
snaphsots -> snapshots

Change-Id: I1d6fb77251f8106670cb1674e0f99314a84134ad

cinder/volume/api.py

index 634b449b1e2e2410edca49c64f313c2cfd5442b6..e20107525f755ff91a446b6b81aa717910d8493d 100644 (file)
@@ -569,7 +569,7 @@ class API(base.Base):
                 context, context.project_id, search_opts, marker, limit,
                 sort_keys, sort_dirs, offset)
 
-        LOG.info(_LI("Get all snaphsots completed successfully."))
+        LOG.info(_LI("Get all snapshots completed successfully."))
         return snapshots
 
     @wrap_check_policy