diff options
author | Thomas White <taw@physics.org> | 2021-07-06 15:26:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-07-06 15:26:38 +0200 |
commit | 1b53b4d045fa94ac21968030e0b11522d0588d74 (patch) | |
tree | 7a4c1befa809ff60465ee0a91ef24c8bc164f6b0 /doc | |
parent | 9d058d731c128d6ac583eae0efe12153467dec5b (diff) |
online.rst: Fix a typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/articles/online.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/online.rst b/doc/articles/online.rst index 4b1622e7..18bac119 100644 --- a/doc/articles/online.rst +++ b/doc/articles/online.rst @@ -20,7 +20,7 @@ You can use ``--zmq-subscribe`` multiple times to subscribe to multiple message prefixes. Note that this mode of operation does not combine well with multi-threading -in inddxamajig - all worker processes will receive the same data! For anything +in indexamajig - all worker processes will receive the same data! For anything more than "taking a peek" at the data, use the REQ socket instead by using ``--zmq-request`` instead of ``--zmq-subscribe``. The argument to this option is the string which should be sent in the request message:: |