Commit cac8e147 authored by Sebastien Robin's avatar Sebastien Robin

slap: fixed a typo

parent 4b301bc2
......@@ -183,7 +183,7 @@ class SoftwareProductCollection(object):
self.get = self.__getattr__
def __getattr__(self, software_product):
self.logger.info('Getting best Software Release corresponging to '
self.logger.info('Getting best Software Release corresponding to '
'this Software Product...')
software_release_list = \
self.slap.getSoftwareReleaseListFromSoftwareProduct(software_product)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment