From bdabe1fcac90e3099be7383f196bee72b790e2e4 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 12 Aug 2013 13:36:01 -0700 Subject: [PATCH] Fix spelling in image_props_filter Fix a couple spelling mistakes in comments in image_props_filter Change-Id: Ie25c7476fbe1f773fdb291c7ca419b2f13210287 --- nova/scheduler/filters/image_props_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/scheduler/filters/image_props_filter.py b/nova/scheduler/filters/image_props_filter.py index 64327d1c3..d8c1789bf 100644 --- a/nova/scheduler/filters/image_props_filter.py +++ b/nova/scheduler/filters/image_props_filter.py @@ -32,7 +32,7 @@ class ImagePropertiesFilter(filters.BaseHostFilter): contained in the image dictionary in the request_spec. """ - # Image Properites and Compute Capabilites do not change within + # Image Properties and Compute Capabilities do not change within # a request run_filter_once_per_request = True