Skip to content

Commit

Permalink
Fix spelling mistake s/Unkown/Unknown/
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Mar 15, 2016
1 parent 7e4157c commit 7efc0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpilo_cli
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def download(ilotype, versions):

def _download(config, key):
if key not in config:
sys.stderr.write("Unkown ilo/firmware version: %s\n" % key)
sys.stderr.write("Unknown ilo/firmware version: %s\n" % key)
sys.exit(1)
try:
if hpilo_fw.download(key, progress=print_progress):
Expand Down

0 comments on commit 7efc0b2

Please sign in to comment.