volitile -> volatile (#724)
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
This commit is contained in:
parent
a8f4d391f2
commit
05c19028f4
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ public:
|
|||
|
||||
/// Set the durability setting to volatile.
|
||||
QoS &
|
||||
volitile();
|
||||
volatile();
|
||||
|
||||
/// Set the durability setting to transient local.
|
||||
QoS &
|
||||
|
|
|
@ -120,7 +120,7 @@ QoS::durability(rmw_qos_durability_policy_t durability)
|
|||
}
|
||||
|
||||
QoS &
|
||||
QoS::volitile()
|
||||
QoS::volatile()
|
||||
{
|
||||
return this->durability(RMW_QOS_POLICY_DURABILITY_VOLATILE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue