ubitx icon indicating copy to clipboard operation
ubitx copied to clipboard

Fix mistakes wrs to spelling

Open la3lma opened this issue 7 years ago • 1 comments

Hi

I saw a misspelling of "transceiver" in the README file, so I fixed that. While I was at it I looked through the code for the transceiver control, and saw that the decadic prefixes Kilo and Mega were abbreviated inconsistently and often incorrectly. As was the abbreviation for Hertz. Edited these to be consistent, and to be conformant to:

  • https://en.wikipedia.org/wiki/Metric_prefix
  • https://en.wikipedia.org/wiki/Hertz

Only documentation files or fields were changed. No code that actually compiles into anything was touched during this edit.

Awsome project! Wonderful idea and fantastic execution. I may build one myself :)

Best wishes. 73, de LA3LMA

la3lma avatar Dec 26 '17 18:12 la3lma

thanks, i will pull it a little later in the week. there have been so many patches coming in thick and fast, i want to hand this over to someone with faster git skills.

  • f

On Tue, Dec 26, 2017 at 11:42 PM, Bjørn Remseth [email protected] wrote:

Hi

I saw a misspelling of "transceiver" in the README file, so I fixed that. While I was at it I looked through the code for the transceiver control, and saw that the decadic prefixes Kilo and Mega were abbreviated inconsistently and often incorrectly. As was the abbreviation for Hertz. Edited these to be consistent, and to be conformant with:

  • https://en.wikipedia.org/wiki/Metric_prefix
  • https://en.wikipedia.org/wiki/Hertz

Only documentation files or fields were changed. No code that actually compiles into anything was touched during this edit.

Awsome project! Wonderful idea and fantastic execution. I may build one myself :)

Best wishes. 73, de LA3LMA

You can view, comment on, or merge this pull request online at:

https://github.com/afarhan/ubitx/pull/1 Commit Summary

  • Fixing typo
  • Fix error mistakes with respecte to decadic prefixex (kilo == 'k', mega == 'M'), and frequencyc (always 'Hz')

File Changes

Patch Links:

  • https://github.com/afarhan/ubitx/pull/1.patch
  • https://github.com/afarhan/ubitx/pull/1.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/afarhan/ubitx/pull/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAuLuOtuypZjFpmURm8a3kV_ePszpqfbks5tETcbgaJpZM4RM7OA .

afarhan avatar Dec 28 '17 05:12 afarhan