From 8cd06696dfe08aaa628f1c449e3a04d54ad1f6ac Mon Sep 17 00:00:00 2001 From: Shafiq Sadat Date: Tue, 14 May 2024 15:28:57 +0430 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 506ae9719..1d87afc6c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ sudo python -m pip install --upgrade pymavlink #### Mavnative -Starting from September 2022, mavnative, a C extension for parsing mavlink, was deprecated and removed. Mavnative developpement was stalled for long time, it only supports MAVLink1 and doesn't get any fix on the protocol. +Starting from September 2022, mavnative, a C extension for parsing mavlink, was deprecated and removed. Mavnative development was stalled for long time, it only supports MAVLink1 and doesn't get any fix on the protocol. ### For developers