File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ static void usage(void)
304
304
dw_printf ("which ones can be used for GPIO PTT.\n" );
305
305
#endif
306
306
dw_printf ("\n" );
307
- dw_printf ("Specify the HID device path to test the PTT fuction .\n" );
307
+ dw_printf ("Specify the HID device path to test the PTT function .\n" );
308
308
dw_printf ("Its state should change once per second.\n" );
309
309
#if __WIN32__
310
310
dw_printf ("You might need to quote the path depending on the command processor.\n" );
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ int main (int argc, char *argv[])
382
382
if (getuid () == 0 || geteuid () == 0 ) {
383
383
text_color_set (DW_COLOR_ERROR );
384
384
dw_printf ("Dire Wolf requires only privileges available to ordinary users.\n" );
385
- dw_printf ("Running this as root is an unnecssary security risk.\n" );
385
+ dw_printf ("Running this as root is an unnecessary security risk.\n" );
386
386
}
387
387
#endif
388
388
You can’t perform that action at this time.
0 commit comments