Skip to content

Commit

Permalink
Fix typo (ros2#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianhjaeger authored Oct 9, 2021
1 parent 21a4685 commit 4184fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_transport/src/rosbag2_transport/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void Recorder::warn_if_new_qos_for_subscribed_topic(const std::string & topic_na
} else if (incompatible_durability) {
RCLCPP_WARN_STREAM(
this->get_logger(),
"A new publisher for susbcribed topic " << topic_name << " "
"A new publisher for subscribed topic " << topic_name << " "
"was found offering RMW_QOS_POLICY_DURABILITY_VOLATILE, "
"but rosbag2 already subscribed requesting RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL. "
"Messages from this new publisher will not be recorded.");
Expand Down

0 comments on commit 4184fe0

Please sign in to comment.