Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Fixed typo in several places, Messade -> Message #47

Merged
merged 1 commit into from
May 17, 2022

Conversation

bismurphy
Copy link
Contributor

Hi!

I'm now working on adding support for more NMEA strings (so be on the lookout for more pull requests! 😄 )

While digging through the existing strings (RMC and GGA) I found that there were a few places referencing incoming messages, but they were called "messade". I believe this is a typo; this pull request has gone through and changed all instances to "Message".

@codecov-commenter
Copy link

Codecov Report

Merging #47 (23efd7a) into master (581c6f6) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   91.35%   91.35%           
=======================================
  Files          10       10           
  Lines         370      370           
=======================================
  Hits          338      338           
  Misses         32       32           
Impacted Files Coverage Δ
src/nmea/GxGGA.cpp 78.30% <100.00%> (ø)
src/nmea/GxRMC.cpp 97.72% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 581c6f6...23efd7a. Read the comment docs.

Copy link
Member

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bismurphy ☕ 👋 Great catch! This reminds me of the phrase "Art, as software, is never finished, only abandoned." Now I did "abandon" (not really, but I stopped polishing it) this peace of software but thanks to your effort it gets polished once more 😉 .

@aentinger aentinger merged commit 6df8c86 into 107-systems:master May 17, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants