Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_14738' into 'master'
Browse files Browse the repository at this point in the history
fix(docs): code comment spelling error  (GitHub PR)

Closes IDFGH-13896

See merge request espressif/esp-idf!34863
  • Loading branch information
tore-espressif committed Nov 13, 2024
2 parents d37e1cc + 7bfee98 commit e613fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/peripherals/usb/host/hid/main/hid_host_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ QueueHandle_t app_event_queue = NULL;
/**
* @brief APP event group
*
* Application logic can be different. There is a one among other ways to distingiush the
* Application logic can be different. There is a one among other ways to distinguish the
* event by application event group.
* In this example we have two event groups:
* APP_EVENT - General event, which is APP_QUIT_PIN press event (Generally, it is IO0).
Expand Down

0 comments on commit e613fcd

Please sign in to comment.