Skip to content

Commit

Permalink
samples/hid: Fix spelling mistake "wihout" -> "without"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a comment and a usage message. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Benjamin Tissoires <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
ColinIanKing authored and Jiri Kosina committed Nov 21, 2022
1 parent 7e41b2e commit 2364b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/hid/hid_surface_dial.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This program will morph the Microsoft Surface Dial into a mouse,
* and depending on the chosen resolution enable or not the haptic feedback:
* - a resolution (-r) of 3600 will report 3600 "ticks" in one full rotation
* wihout haptic feedback
* without haptic feedback
* - any other resolution will report N "ticks" in a full rotation with haptic
* feedback
*
Expand Down Expand Up @@ -57,7 +57,7 @@ static void usage(const char *prog)
"This program will morph the Microsoft Surface Dial into a mouse,\n"
"and depending on the chosen resolution enable or not the haptic feedback:\n"
"- a resolution (-r) of 3600 will report 3600 'ticks' in one full rotation\n"
" wihout haptic feedback\n"
" without haptic feedback\n"
"- any other resolution will report N 'ticks' in a full rotation with haptic\n"
" feedback\n"
"\n"
Expand Down

0 comments on commit 2364b50

Please sign in to comment.