From: Eric Harney Date: Mon, 16 Nov 2015 19:32:52 +0000 (-0500) Subject: get_all_snapshots: Fix log message typo X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fccb0feb2d9805572f2aa1e57fde45277d913363;p=openstack-build%2Fcinder-build.git get_all_snapshots: Fix log message typo snaphsots -> snapshots Change-Id: I1d6fb77251f8106670cb1674e0f99314a84134ad --- diff --git a/cinder/volume/api.py b/cinder/volume/api.py index 634b449b1..e20107525 100644 --- a/cinder/volume/api.py +++ b/cinder/volume/api.py @@ -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