Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
W8BSD authored and travisgoodspeed committed May 26, 2017
1 parent 8c7a70d commit 4ac98bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion md380_tool.py
Expand Up @@ -775,7 +775,7 @@ def main():
dfu = init_dfu()
spiflashwrite(dfu, sys.argv[2], adr)
else:
print("address to low")
print("address too low")
if sys.argv[1] == 'dump':
print("Dumping memory from %s." % sys.argv[3])
dfu = init_dfu()
Expand Down
2 changes: 1 addition & 1 deletion tool2.py
Expand Up @@ -1009,7 +1009,7 @@ def main():
dfu=init_dfu()
spiflashwrite(dfu,sys.argv[2],adr)
else:
print "address to low"
print "address too low"
if sys.argv[1] == 'dump':
print "Dumping memory from %s." % sys.argv[3]
dfu=init_dfu()
Expand Down

0 comments on commit 4ac98bf

Please sign in to comment.