Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikWendt committed Oct 2, 2016
1 parent c8ecb51 commit 0b9e564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_firmwareupdater/__init__.py
Expand Up @@ -191,7 +191,7 @@ def _flash_worker(self, hex_file, selected_port):
continue
if "avrdude: writing" in line:
self._logger.info(u"Writing memory...")
self._send_status(status_type="flashing_status", status_value="progress", status_description="Writting memory...")
self._send_status(status_type="flashing_status", status_value="progress", status_description="Writing memory...")
elif "avrdude: verifying ..." in line:
self._logger.info(u"Verifying memory...")
self._send_status(status_type="flashing_status", status_value="progress", status_description="Verifying memory...")
Expand Down Expand Up @@ -380,4 +380,4 @@ def __plugin_load__():

__plugin_hooks__ = {
"octoprint.server.http.bodysize": __plugin_implementation__.bodysize_hook
}
}

0 comments on commit 0b9e564

Please sign in to comment.