jupyter-interrupt-kernel: Fix typo

This commit is contained in:
Nathaniel Nicandro 2019-06-22 22:02:00 -05:00
parent d7b8719126
commit 5bf04d24de

View file

@ -393,7 +393,7 @@ subprocess."
(jupyter-send control-channel :interrupt-request (jupyter-send control-channel :interrupt-request
(jupyter-message-interrupt-request)) (jupyter-message-interrupt-request))
(jupyter-with-timeout (jupyter-with-timeout
((format "Interruptin %s kernel" ((format "Interrupting %s kernel"
(jupyter-kernel-name kernel)) (jupyter-kernel-name kernel))
(or timeout jupyter-default-timeout) (or timeout jupyter-default-timeout)
(message "No interrupt reply from kernel (%s)" (message "No interrupt reply from kernel (%s)"