fix "Unknow" typo

This commit is contained in:
Domen Puncer 2012-06-18 11:12:39 +02:00
parent e502858e6a
commit b72acb9cd7

View File

@ -72,8 +72,8 @@ class CommandInterface:
# NACK
raise CmdException("NACK "+info)
else:
# Unknow responce
raise CmdException("Unknow response. "+info+": "+hex(ask))
# Unknown responce
raise CmdException("Unknown response. "+info+": "+hex(ask))
def reset(self):