[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/easy_install.py Fixed typos

Jim Fulton jim at zope.com
Mon Sep 11 15:46:43 EDT 2006


This change caused the tests, which had the same typo, to break.

Please don't check in changes without running the tests!

Jim

On Sep 6, 2006, at 8:25 AM, Jürgen Kartnaller wrote:

> Log message for revision 69996:
>   Fixed typos
>
> Changed:
>   U   zc.buildout/trunk/src/zc/buildout/easy_install.py
>
> -=-
> Modified: zc.buildout/trunk/src/zc/buildout/easy_install.py
> ===================================================================
> --- zc.buildout/trunk/src/zc/buildout/easy_install.py	2006-09-06  
> 11:24:11 UTC (rev 69995)
> +++ zc.buildout/trunk/src/zc/buildout/easy_install.py	2006-09-06  
> 12:25:39 UTC (rev 69996)
> @@ -129,7 +129,7 @@
>
>      # Check if we have the upper limit
>      if maxv is not None and best_we_have.version == maxv:
> -        logger.debug('We have the best distributon that satisfies\n 
> %s',
> +        logger.debug('We have the best distribution that satisfies 
> \n%s',
>                       req)
>          return best_we_have
>
> @@ -147,13 +147,13 @@
>          # That's a bit odd.  There aren't any distros available.
>          # We should use the best one we have that meets the  
> requirement.
>          logger.debug(
> -            'There are no distros vailable that meet %s. Using our  
> best.', req)
> +            'There are no distros available that meet %s. Using  
> our best.', req)
>          return best_we_have
>      else:
>          # Let's find out if we already have the best available:
>          if best_we_have.parsed_version >=  
> best_available.parsed_version:
>              # Yup. Use it.
> -            logger.debug('We have the best distributon that  
> satisfies\n%s', req)
> +            logger.debug('We have the best distribution that  
> satisfies\n%s', req)
>              return best_we_have
>
>      return None
>
> _______________________________________________
> Checkins mailing list
> Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/checkins

--
Jim Fulton			mailto:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org





More information about the Checkins mailing list