Skip to content
Snippets Groups Projects
Commit e679730a authored by Ritesh Harjani's avatar Ritesh Harjani
Browse files

lrdp-v2: mmcdoctor: Fix spell mistake.

Fixes Unkwown -> Unknown

Change-Id: I40ee642d997cc1eb8bad852616efc727a10185f3
parent 5b7a5fdb
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ def dump_mmc_info(ramdump, count):
if (mmc0.parse.error):
fd.write("ERROR TYPE = %s\n" %mmc0.parse.error)
else:
fd.write("ERROR TYPE = Unkwown Error\n")
fd.write("ERROR TYPE = Unknown Error\n")
fd.write("ERROR SIGN = %s\n\n" % mmc0.parse.error_line)
fd.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment