Skip to content

Commit

Permalink
Merge pull request #14 from snyh/master
Browse files Browse the repository at this point in the history
fix typo in class name
  • Loading branch information
fontanon authored Feb 4, 2018
2 parents 3b724a9 + 3099b33 commit dd15309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udevdiscover/device/input/touchscreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from udevdiscover.device import Device

class TochscreenDevice(Device):
class TouchscreenDevice(Device):
DEFAULT_ICON = 'video-display'

@property
Expand Down

0 comments on commit dd15309

Please sign in to comment.