Commit 66e1e9ce authored by alga's avatar alga

Typo fix.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70514 62d5b8a3-27da-0310-9561-8e5933582275
parent 44f83c40
......@@ -407,7 +407,7 @@ class Buildout(dict):
# Install the recipe distros
offline = self['buildout'].get('offline', 'false')
if offline not in ('true', 'false'):
self._error('Invalif value for offline option: %s', offline)
self._error('Invalid value for offline option: %s', offline)
if offline == 'false':
dest = self['buildout']['eggs-directory']
......
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