Correct some spelling errors

Change-Id: I3c139565fc9300449eb25d87dfcc9d4177bc2085
This commit is contained in:
yuhui_inspur 2017-02-08 00:31:04 -08:00 committed by Sean Dague
parent 1585ca189e
commit fdd2c1ed98
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ class BaseWeigher(object):
for obj in weighed_obj_list:
weight = self._weigh_object(obj.obj, weight_properties)
# Record the min and max values if they are None. If they anything
# but none we assume that the weigher has set them
# Record the min and max values if they are None. If they are
# anything but none, we assume that the weigher had set them.
if self.minval is None:
self.minval = weight
if self.maxval is None: