]> jfr.im git - solanum.git/commitdiff
Fix typo
authorMike Quin <redacted>
Mon, 7 Aug 2023 13:38:31 +0000 (14:38 +0100)
committerStephen Bennett <redacted>
Mon, 7 Aug 2023 15:48:50 +0000 (16:48 +0100)
doc/features/filter.txt

index 40d23faee871e63424b6f92bedd9cf7e20bb292f..6a40506141e6ce30406bc4516451e4e0e2c8f528 100644 (file)
@@ -50,7 +50,7 @@ The process for loading filters is as follows:
 1. The Hyperscan database is serialized using hs_serialize_database().
 2. A 'SETFILTER NEW' command is sent.
 3. The serialized data is split into chunks and base64 encoded. 
-   The chunk size need to be chosen to ensure that the resuliting
+   The chunk size needs to be chosen to ensure that the resuliting
    strings are short enough to fit into a 510 byte IRC line, taking 
    into account space needed for the 'SETFILTER +' command, check field, 
    server mask, and base64 overhead.