diff --git a/src/core/ifirmware.h b/src/core/ifirmware.h --- a/src/core/ifirmware.h +++ b/src/core/ifirmware.h @@ -53,21 +53,21 @@ virtual bool isSdSupported() const = 0; /** - * @brief Virtual name to be reimplemnted by Firmware plugin + * @brief Virtual name to be reimplemented by Firmware plugin * * Return the name the firmware the plugin is for * @return Firmware Name */ virtual QString name() const = 0; /** - * @brief Vitural validateCommand to filter commands from messages + * @brief Virtual validateCommand to filter commands from messages * @param lastMessage: last Message from printer */ virtual void validateCommand(const QString &lastMessage); /** - * @brief Virtual translate to be reimplemnted by Firmwareplugin + * @brief Virtual translate to be reimplemented by Firmwareplugin * * Translate common commands to firmware specific command. * @param command: Command command to translate