Skip to content

Commit

Permalink
fix typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
snyh authored Jan 31, 2018
1 parent 3b724a9 commit 3099b33
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 3099b33

Please sign in to comment.