Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misspelling of stopped #326

Open
softwaregravy opened this issue Feb 18, 2023 · 0 comments
Open

Misspelling of stopped #326

softwaregravy opened this issue Feb 18, 2023 · 0 comments

Comments

@softwaregravy
Copy link

The word Stopped is misspelled throughout. Incorrect spelling is Stoped

Suggest that this be fixed in backwards compatible way on next minor patch and then the backwards compatibility be removed at next major patch.

Example of suggestion

// in mupgrade.h

/**
 * @brief enumerated list OF MDF event id
 */
#define MDF_EVENT_MUPGRADE_STARTED           (MDF_EVENT_MUPGRADE_BASE + 1) /**< The device starts to upgrade */
#define MDF_EVENT_MUPGRADE_STATUS            (MDF_EVENT_MUPGRADE_BASE + 2) /**< Proactively report progress */
#define MDF_EVENT_MUPGRADE_FINISH            (MDF_EVENT_MUPGRADE_BASE + 3) /**< The upgrade is complete and the new firmware will run after the reboot */
#define MDF_EVENT_MUPGRADE_STOPPED           (MDF_EVENT_MUPGRADE_BASE + 4) /**< Stop upgrading */
/** Backwards compatible spelling correction. TODO remove at next major version */
#define MDF_EVENT_MUPGRADE_STOPED             MDF_EVENT_MUPGRADE_STOPPED 
#define MDF_EVENT_MUPGRADE_FIRMWARE_DOWNLOAD (MDF_EVENT_MUPGRADE_BASE + 5) /**< Start firmware write flash  */
#define MDF_EVENT_MUPGRADE_SEND_FINISH       (MDF_EVENT_MUPGRADE_BASE + 6) /**< Send the firmware to other devices to complete */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant