Skip to content

Commit 2364b50

Browse files
ColinIanKingJiri Kosina
authored andcommitted
samples/hid: Fix spelling mistake "wihout" -> "without"
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]>
1 parent 7e41b2e commit 2364b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/hid/hid_surface_dial.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This program will morph the Microsoft Surface Dial into a mouse,
55
* and depending on the chosen resolution enable or not the haptic feedback:
66
* - a resolution (-r) of 3600 will report 3600 "ticks" in one full rotation
7-
* wihout haptic feedback
7+
* without haptic feedback
88
* - any other resolution will report N "ticks" in a full rotation with haptic
99
* feedback
1010
*
@@ -57,7 +57,7 @@ static void usage(const char *prog)
5757
"This program will morph the Microsoft Surface Dial into a mouse,\n"
5858
"and depending on the chosen resolution enable or not the haptic feedback:\n"
5959
"- a resolution (-r) of 3600 will report 3600 'ticks' in one full rotation\n"
60-
" wihout haptic feedback\n"
60+
" without haptic feedback\n"
6161
"- any other resolution will report N 'ticks' in a full rotation with haptic\n"
6262
" feedback\n"
6363
"\n"

0 commit comments

Comments
 (0)