diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-27 09:08:28 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-27 09:08:28 +0300 |
commit | f885d9bfb94fe47f588e3fd78680e79549a07a05 (patch) | |
tree | 85fb0a7736ecc4d1d3353734a56ea8f41da3dad0 /src | |
parent | d019bd3770dae180ff17b0123bc1b94f060cd347 (diff) | |
download | msec-f885d9bfb94fe47f588e3fd78680e79549a07a05.tar msec-f885d9bfb94fe47f588e3fd78680e79549a07a05.tar.gz msec-f885d9bfb94fe47f588e3fd78680e79549a07a05.tar.bz2 msec-f885d9bfb94fe47f588e3fd78680e79549a07a05.tar.xz msec-f885d9bfb94fe47f588e3fd78680e79549a07a05.zip |
Fix typo: of of -> of the
Diffstat (limited to 'src')
-rwxr-xr-x | src/msec/man.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/man.py b/src/msec/man.py index 7efad72..d896404 100755 --- a/src/msec/man.py +++ b/src/msec/man.py @@ -305,7 +305,7 @@ this, it is possible to define the exceptions in \\fB/etc/security/msec/exceptions\\fP file, for each supported check.'''), p38=_('''For example, to exclude all items that match \\fB/mnt\\fP, Mageia-based chrooted installations in \\fB/chroot\\fP and all backup files from the -results of of check for unowned files on the system, it is sufficient to +results of the check for unowned files on the system, it is sufficient to define the following entry in the exceptions file:'''), p39=_("In a similar way, it is possible to exclude the results for the \\fBdeluge\\fP application from the list of open ports as follows:"), p40=_("Each exception entry is a regular exception, and you might define as many exceptions as necessary."), |