typos: fix some typos

This commit is contained in:
Ben Boeckel 2024-12-24 23:48:34 +01:00 committed by Daniel Eklöf
parent 57711f0dbe
commit 61d082c802
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 10 additions and 10 deletions

View file

@ -368,7 +368,7 @@ device_events_param(void *userdata, int seq, uint32_t id, uint32_t index, uint32
if (binded_node == NULL)
return;
/* Node's device is the the same as route's device */
/* Node's device is the same as route's device */
if (output_informations->device_id != route->device->id)
return;