Merge pull request #674 from philfreo/master

Fix incorrect spelling of 'occurred'
This commit is contained in:
2017-09-23 19:41:16 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
7.3.5:
- Fix packaging.
7.3.4:
- An error occured.
- An error occurred.
7.3.3:
- Pipenv check now includes security vulnerability disclosures!
7.3.2:
+2 -2
View File
@@ -689,7 +689,7 @@ def do_install_dependencies(
# Alert the user.
click.echo(
'{0} {1}! Will try again.'.format(
crayons.red('An error occured while installing'),
crayons.red('An error occurred while installing'),
crayons.green(c.dep.split('--hash')[0].strip())
)
)
@@ -2031,7 +2031,7 @@ def check(three=None, python=False):
try:
results = simplejson.loads(c.out)
except ValueError:
click.echo('An error occured:', err=True)
click.echo('An error occurred:', err=True)
click.echo(c.err, err=True)
sys.exit(1)