Fix typo in package loader logging

Change-Id: Ib7df44eb456baa16709d90eef5f12353308b5610
This commit is contained in:
Omar Shykhkerimov 2016-07-28 16:35:33 +03:00
parent 38c07c8b1b
commit 61447fd0e8
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class ApiPackageLoader(package_loader.MuranoPackageLoader):
packages = list(self.client.packages.filter(
**filter_opts))
if len(packages) > 1:
LOG.debug('Ambiguous package resolution: more then 1 package '
LOG.debug('Ambiguous package resolution: more than 1 package '
'found for query "{opts}", will resolve based on the'
' ownership'.format(opts=filter_opts))
return self._get_best_package_match(packages)