Fixed a left-over typo.

This commit is contained in:
Gina Häußge 2016-01-05 18:05:38 +01:00 committed by Gina Häußge
parent d029abc8f3
commit 39c87d19b7

View file

@ -402,7 +402,7 @@ This describes actually four hooks:
No manipulation is possible here anymore (returned values will be ignored).
* ``sending``: This phase is triggered just before the command is actually being sent to the printer. Right afterwards
a line number will be assigned and the command will be sent. Handlers may suppress or change commands here. The
command type is not taken into account anymore. Multi
command type is not taken into account anymore.
* ``sent``: This phase is triggered just after the command was handed over to the serial connection to the printer.
No manipulation is possible here anymore (returned values will be ignored). A command that reaches the sent phase
must not necessarily have reached the printer yet and it might also still run into communication problems and a