Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/userguide: fix typo #12517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/userguide/performance/hyperscan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The steps to build and install hyperscan are:
cmake --build ./
sudo cmake --install ./

**Note:** Hyperscan can take a a long time to build/compile.
**Note:** Hyperscan can take a long time to build/compile.

**Note:** It may be necessary to add /usr/local/lib or
/usr/local/lib64 to the `ld` search path. Typically this is
Expand Down
2 changes: 1 addition & 1 deletion doc/userguide/performance/runmodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a queue. Packets will be processed by one thread at a time, but there
can be multiple packets being processed at a time by the engine (see
:ref:`suricata-yaml-max-pending-packets`). A thread can have one or
more thread-modules. If they have more modules, they can only be
active one a a time. The way threads, modules and queues are arranged
active one at a time. The way threads, modules and queues are arranged
together is called the "Runmode".

Different runmodes
Expand Down
Loading