diff options
author | Timo Rothenpieler <[email protected]> | 2025-08-01 22:43:23 +0200 |
---|---|---|
committer | Timo Rothenpieler <[email protected]> | 2025-08-03 13:48:47 +0200 |
commit | 262d41c8042acfa7ff1da6f256c367be86ecddb2 (patch) | |
tree | a9fb6b7aec94868375cf94f139dcd265158dbf7c /tools/zmqshell.py | |
parent | 8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (diff) |
all: fix typos found by codespell
Diffstat (limited to 'tools/zmqshell.py')
-rwxr-xr-x | tools/zmqshell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zmqshell.py b/tools/zmqshell.py index 8d941636e1..8656dfaecc 100755 --- a/tools/zmqshell.py +++ b/tools/zmqshell.py @@ -12,7 +12,7 @@ Provide a shell used to send interactive commands to a zmq filter. The command assumes there is a running zmq or azmq filter acting as a ZMQ server. -You can send a command to it, follwing the syntax: +You can send a command to it, following the syntax: TARGET COMMAND [COMMAND_ARGS] * TARGET is the target filter identifier to send the command to |