diff --git a/slapos/slap/slap.py b/slapos/slap/slap.py index ac390acef01f84b692dab121163712bcf4579cbb..6dccff753bc9102f4edcb295509e49f1cbef2941 100644 --- a/slapos/slap/slap.py +++ b/slapos/slap/slap.py @@ -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)