From 8d3128d48621e944cb4903ad06f9f62cf643c0b9 Mon Sep 17 00:00:00 2001 From: dhood Date: Mon, 27 Nov 2017 08:00:16 -0800 Subject: [PATCH] 'wait_set handle' -> 'wait set handle' for error msg string --- rmw_fastrtps_cpp/src/rmw_wait_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_fastrtps_cpp/src/rmw_wait_set.cpp b/rmw_fastrtps_cpp/src/rmw_wait_set.cpp index 806160337..e9bf61e57 100644 --- a/rmw_fastrtps_cpp/src/rmw_wait_set.cpp +++ b/rmw_fastrtps_cpp/src/rmw_wait_set.cpp @@ -66,7 +66,7 @@ rmw_destroy_wait_set(rmw_wait_set_t * wait_set) return RMW_RET_ERROR; } RMW_CHECK_TYPE_IDENTIFIERS_MATCH( - wait_set handle, + wait set handle, wait_set->implementation_identifier, eprosima_fastrtps_identifier, return RMW_RET_ERROR)