Skip to content

Commit

Permalink
Merge pull request #1635 from mavlink/MaEtUgR-patch-1
Browse files Browse the repository at this point in the history
takeoff_and_land: fix plugin(i)s typo
  • Loading branch information
julianoes committed Nov 25, 2021
2 parents 7842e95 + f898a37 commit 7244ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/takeoff_and_land/takeoff_and_land.cpp
Expand Up @@ -77,7 +77,7 @@ int main(int argc, char** argv)
return 1;
}

// Instantiate pluginis.
// Instantiate plugins.
auto telemetry = Telemetry{system};
auto action = Action{system};

Expand Down

0 comments on commit 7244ace

Please sign in to comment.