Skip to content

Commit

Permalink
Merge branch 'facontidavide:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi authored Dec 18, 2024
2 parents b30cc41 + b1ad089 commit 2cc00ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plotjuggler_plugins/DataStreamMQTT/mqtt_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ MQTT_Dialog::MQTT_Dialog(MQTTClient::Ptr mosq_client)
connect(_client.get(), &MQTTClient::disconnected, this, [this]() {
onConnectionClosed();
QMessageBox::warning(this, "Connection Lost",
"Client disconnected. Maybe a problem with autentication?");
"Client disconnected. Maybe a problem with authentication?");
});
}

Expand Down
2 changes: 1 addition & 1 deletion plotjuggler_plugins/ParserProtobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ if( Protobuf_FOUND)

install(TARGETS ProtobufParser DESTINATION ${PJ_PLUGIN_INSTALL_DIRECTORY} )
else()
message("[Protobuf] not found: skipping compilatiopn of plugin ProtobufParser")
message("[Protobuf] not found: skipping compilation of plugin ProtobufParser")
endif()

0 comments on commit 2cc00ee

Please sign in to comment.