From 39c87d19b7b6d7584dd3be6905386a8fae9bb7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 5 Jan 2016 18:05:38 +0100 Subject: [PATCH] Fixed a left-over typo. --- docs/plugins/hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/hooks.rst b/docs/plugins/hooks.rst index 19d137fb..6dc90cf0 100644 --- a/docs/plugins/hooks.rst +++ b/docs/plugins/hooks.rst @@ -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