Skip to content

Commit

Permalink
telemetry: infos -> information
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jun 1, 2018
1 parent 19967c0 commit e4c247c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/telemetry/telemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ class Telemetry : public PluginBase {
bool operator==(const Telemetry::Position &lhs, const Telemetry::Position &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::Position`.
* @brief Stream operator to print information about a `Telemetry::Position`.
*
* @return A reference to the stream.
*/
Expand All @@ -661,7 +661,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::Position const &position)
bool operator==(const Telemetry::Health &lhs, const Telemetry::Health &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::Health`.
* @brief Stream operator to print information about a `Telemetry::Health`.
*
* @return A reference to the stream.
*/
Expand All @@ -675,7 +675,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::Health const &health);
bool operator==(const Telemetry::GPSInfo &lhs, const Telemetry::GPSInfo &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::GPSInfo`.
* @brief Stream operator to print information about a `Telemetry::GPSInfo`.
*
* @return A reference to the stream.
*/
Expand All @@ -689,7 +689,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::GPSInfo const &gps_info);
bool operator==(const Telemetry::Battery &lhs, const Telemetry::Battery &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::Battery`.
* @brief Stream operator to print information about a `Telemetry::Battery`.
*
* @return A reference to the stream.
*/
Expand All @@ -703,7 +703,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::Battery const &battery);
bool operator==(const Telemetry::Quaternion &lhs, const Telemetry::Quaternion &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::Quaternion`.
* @brief Stream operator to print information about a `Telemetry::Quaternion`.
*
* @return A reference to the stream.
*/
Expand All @@ -717,7 +717,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::Quaternion const &quatern
bool operator==(const Telemetry::EulerAngle &lhs, const Telemetry::EulerAngle &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::EulerAngle`.
* @brief Stream operator to print information about a `Telemetry::EulerAngle`.
*
* @return A reference to the stream.
*/
Expand All @@ -731,7 +731,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::EulerAngle const &euler_a
bool operator==(const Telemetry::GroundSpeedNED &lhs, const Telemetry::GroundSpeedNED &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::GroundSpeedNED`.
* @brief Stream operator to print information about a `Telemetry::GroundSpeedNED`.
*
* @return A reference to the stream.
*/
Expand All @@ -745,7 +745,7 @@ std::ostream &operator<<(std::ostream &str, Telemetry::GroundSpeedNED const &gro
bool operator==(const Telemetry::RCStatus &lhs, const Telemetry::RCStatus &rhs);

/**
* @brief Stream operator to print infos about a `Telemetry::RCStatus`.
* @brief Stream operator to print information about a `Telemetry::RCStatus`.
*
* @return A reference to the stream.
*/
Expand Down

0 comments on commit e4c247c

Please sign in to comment.