Skip to content

Commit

Permalink
Minor typo fixes (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksm-dg authored Nov 24, 2024
1 parent 238b203 commit b1ad089
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 b1ad089

Please sign in to comment.