Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
s/avaible/available/
  • Loading branch information
Janiczek committed May 13, 2016
1 parent b74b066 commit a86353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm_deps_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def print_newer_versions(local_deps, remote_deps):
)

if not upgrade_suggestions:
print('No upgrades avaible')
print('No upgrades available')
else:
print('\n'.join(upgrade_suggestions))

Expand Down

0 comments on commit a86353f

Please sign in to comment.