Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi authored Oct 15, 2024
1 parent 92f3017 commit 734c70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/APPTurtle/src/MicroRosClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ bool MicroRosClient::configureClient()
{
isSuccessful = true;

LOG_INFO("Conneced with micro-ROS agent.");
LOG_INFO("Connected with micro-ROS agent.");

for (size_t idx = 0; idx < RMW_UXRCE_MAX_SUBSCRIPTIONS; idx++)
{
Expand Down

0 comments on commit 734c70f

Please sign in to comment.