Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeddi committed Jan 6, 2016
1 parent b3e97a2 commit 375fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snoopy_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sys.stdout = os.fdopen(sys.stdout.fileno(), 'wb', 0)
signal.signal(signal.SIGPIPE, signal.SIG_DFL)

Vendor = {0x5e: 'Thompson',
Vendor = {0x5e: 'Thomson',
0x9e: 'Samsung ',
0xaf: 'Pace ',
0xcb: 'Amstrad '
Expand Down

0 comments on commit 375fba3

Please sign in to comment.