Skip to content

Commit

Permalink
Fix typo with RMW_DURATION_UNSPECIFIED (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Jul 19, 2024
1 parent 016875c commit 5ce844c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw/include/rmw/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ typedef struct RMW_PUBLIC_TYPE rmw_qos_profile_s
struct rmw_time_s deadline;
/// The age at which messages are considered expired and no longer valid
/**
* RMW_DURATION_UNSPEFICIED will use the RMW implementation's default value,
* RMW_DURATION_UNSPECIFIED will use the RMW implementation's default value,
* which may or may not be infinite.
* RMW_DURATION_INFINITE explicitly states that messages do not expire.
*/
Expand All @@ -594,7 +594,7 @@ typedef struct RMW_PUBLIC_TYPE rmw_qos_profile_s
enum rmw_qos_liveliness_policy_e liveliness;
/// The time within which the RMW node or publisher must show that it is alive
/**
* RMW_DURATION_UNSPEFICIED will use the RMW implementation's default value,
* RMW_DURATION_UNSPECIFIED will use the RMW implementation's default value,
* which may or may not be infinite.
* RMW_DURATION_INFINITE explicitly states that liveliness is not enforced.
*/
Expand Down

0 comments on commit 5ce844c

Please sign in to comment.