Skip to content

Commit dba65db

Browse files
author
henrykotze
committed
Fix typos
Signed-off-by: henrykotze <[email protected]>
1 parent eabab06 commit dba65db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

include/sdf/Sensor.hh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,17 @@ namespace sdf
345345
/// \param[in] _air The air pressure sensor.
346346
public: void SetAirSpeedSensor(const AirSpeed &_air);
347347

348-
/// \brief Get the air speed sensor, or nullptr if this sensor type
349-
/// is not an AirSpeed sensor.
350-
/// \return Pointer to the AirSpeed sensor, or nullptr if this
351-
/// Sensor is not a AirSpeed sensor.
348+
/// \brief Get the air flow sensor, or nullptr if this sensor type
349+
/// is not an AirFlow sensor.
350+
/// \return Pointer to the AirFlow sensor, or nullptr if this
351+
/// Sensor is not a AirFlow sensor.
352352
/// \sa SensorType Type() const
353353
public: const AirFlow *AirFlowSensor() const;
354354

355-
/// \brief Get a mutable air speed sensor, or nullptr if this sensor type
356-
/// is not an AirSpeed sensor.
357-
/// \return Pointer to the AirSpeed sensor, or nullptr if this
358-
/// Sensor is not a AirSpeed sensor.
355+
/// \brief Get a mutable air flow sensor, or nullptr if this sensor type
356+
/// is not an AirFlow sensor.
357+
/// \return Pointer to the AirFlow sensor, or nullptr if this
358+
/// Sensor is not a AirFlow sensor.
359359
/// \sa SensorType Type() const
360360
public: AirFlow *AirFlowSensor();
361361

0 commit comments

Comments
 (0)