From fc79339f94d2bfa238ddb24085f2b2c20e456289 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Fri, 26 Feb 2021 12:45:02 +0100 Subject: [PATCH] chg: fix typo --- administration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/README.md b/administration/README.md index 142c5cb..adbda06 100644 --- a/administration/README.md +++ b/administration/README.md @@ -341,7 +341,7 @@ The system allows administrators to set up rules for regular expressions that wi ### The purpose of Import Regexp entries They can be used for several things, such as unifying the capitalisation of file paths for more accurate event correlation or to automatically censor the usernames and use system path variable names (changing C:\Users\UserName\Appdata\Roaming\file.exe to %APPDATA%\file.exe). -The second use is blocking, if a regular expression is entered with a blacklistnk replacement, any event info or attribute value containing the expression will not be added. Please make sure the entered regexp expression follows the preg_replace pattern rules as described [here](http://php.net/manual/en/function.preg-replace.php) +The second use is blocking, if a regular expression is entered with a blank replacement, any event info or attribute value containing the expression will not be added. Please make sure the entered regexp expression follows the preg_replace pattern rules as described [here](http://php.net/manual/en/function.preg-replace.php) ### Adding and modifying entries