Skip to content

Commit 0bb58fa

Browse files
committed
core: fixup spelling
1 parent 9b6740e commit 0bb58fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/cpp/api_reference/classmavsdk_1_1_mavsdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,14 +619,14 @@ void mavsdk::Mavsdk::pass_received_raw_bytes(const char *bytes, size_t length)
619619
620620
Pass received raw MAVLink bytes.
621621
622-
This allows passing raw MAVLink message bytes into MAVSDK to be processel. The bytes can contain one or more MAVLink messages.
622+
This allows passing raw MAVLink message bytes into MAVSDK to be processed. The bytes can contain one or more MAVLink messages.
623623
624624
625625
::: info
626626
Before using this, run add_any_connection("raw://")
627627
:::
628628
629-
This goes together with subscribe_to_bytes_to_send.
629+
This goes together with subscribe_raw_bytes_to_be_sent.
630630
631631
**Parameters**
632632

src/mavsdk/core/include/mavsdk/mavsdk.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,12 @@ class Mavsdk {
476476
/**
477477
* @brief Pass received raw MAVLink bytes.
478478
*
479-
* This allows passing raw MAVLink message bytes into MAVSDK to be processel.
479+
* This allows passing raw MAVLink message bytes into MAVSDK to be processed.
480480
* The bytes can contain one or more MAVLink messages.
481481
*
482482
* @note Before using this, run add_any_connection("raw://")
483483
*
484-
* This goes together with subscribe_to_bytes_to_send.
484+
* This goes together with subscribe_raw_bytes_to_be_sent.
485485
*
486486
* @param bytes Pointer to raw MAVLink message bytes.
487487
* @param length Number of bytes to send.

0 commit comments

Comments
 (0)