Browse code

pull request #53(1/4): Spelling fix by klemens(ka7).

Steven Morgan authored on 2016/10/20 01:26:33
Showing 7 changed files
... ...
@@ -738,7 +738,7 @@ version:
738 738
     (clamd: ExcludePUA, IncludePUA; clamscan: --exclude-pua, --include-pua)
739 739
 
740 740
   - Data Loss Prevention (DLP): This version includes a new module that, when
741
-    enabled, scans data for the inclusion of US formated Social Security
741
+    enabled, scans data for the inclusion of US formatted Social Security
742 742
     Numbers and credit card numbers (clamd: StructuredDataDetection,
743 743
     clamscan: --detect-structured; additional fine-tuning options are available)
744 744
 
... ...
@@ -1408,7 +1408,7 @@ Important note to clamdwatch users: please upgrade to the latest version
1408 1408
     + a lot of minor improvements, including support for new platforms
1409 1409
 
1410 1410
 -) clamd:
1411
-    + new directive ExitOnOOM (stop the deamon when libclamav reports an out of
1411
+    + new directive ExitOnOOM (stop the daemon when libclamav reports an out of
1412 1412
       memory condition)
1413 1413
     + new directives StreamMinPort and StreamMaxPort (port range specification
1414 1414
       for a stream mode)
... ...
@@ -2224,7 +2224,7 @@ configure:
2224 2224
    Tru64 support (thanks to Christophe Varoqui <ext.devoteam.varoqui@sncf.fr>)
2225 2225
 
2226 2226
 -) documentation:
2227
-    + included how-to in Portugese by Alexandre de Jesus Marcolino
2227
+    + included how-to in Portuguese by Alexandre de Jesus Marcolino
2228 2228
     + clamdoc.pdf and system manual updates
2229 2229
 
2230 2230
 Many thanks to Luca 'NERvOus' Gibelli from ElektraPro for his support,
... ...
@@ -2286,7 +2286,7 @@ This release has removed the limit for a file name length in clamscan. Some
2286 2286
 viruses (eg. W32/Yaha.E) are using very long file names, and they were
2287 2287
 ignored in mbox mode. Users of AMaViS-ng and other wrappers were not
2288 2288
 vulnerable to this problem, because that programs don't use original
2289
-attachement file names.
2289
+attachment file names.
2290 2290
 
2291 2291
 -) clamscan:
2292 2292
     + removed limit for a file name length (thanks to Odhiambo Washington
... ...
@@ -2444,9 +2444,9 @@ Documentation:
2444 2444
 update viruses.db2 and supports OpenAntiVirus.org site only (the last
2445 2445
 update of the OAV database was 1 July !). Nicholas Chua <nicholas@ncmbox.net>
2446 2446
 has generated over 200 new signatures, ClamAV's database is also frequently
2447
-updated (expecially when new wild virus/worm appears, eg. W32/BugBear.A).
2447
+updated (especially when new wild virus/worm appears, eg. W32/BugBear.A).
2448 2448
 
2449
-    This software is still in developement (new software == new bugs), however
2449
+    This software is still in development (new software == new bugs), however
2450 2450
 clamscan should be very stable. You shouldn't use clamd/clamuko (well, clamd is
2451 2451
 stable, clamuko isn't) on production systems, yet. Please wait for 0.51 at
2452 2452
 least ;). ClamAV 0.50 was tested on Linux and Solaris and should work fine.
... ...
@@ -2520,7 +2520,7 @@ There are binary packages for AIX available. Please check the documentation.
2520 2520
 ----
2521 2521
 
2522 2522
 This release fixes bug with scanning archives in unaccessible directories with
2523
-*superuser* priviledges (after dropping priviledges scanner wasn't able to
2523
+*superuser* privileges (after dropping privileges scanner wasn't able to
2524 2524
 access the archive, although the same archive was accessible), thanks
2525 2525
 for Sergei Pronin <sp@finndesign.fi> for the problem description. Now all
2526 2526
 archives unaccessible directly by the clamav user are copied (with a respect to
... ...
@@ -2558,7 +2558,7 @@ and clamdoc documentation corrected by Dennis Leeuw <dleeuw@made-it.com>.
2558 2558
 ------------
2559 2559
 
2560 2560
 The most important change in this release is a new, linear pattern matching
2561
-algorithm. You will find more informations about it in clamscan/matcher.c -
2561
+algorithm. You will find more information about it in clamscan/matcher.c -
2562 2562
 in the sources and in clamdoc. Summary (since 0.15):
2563 2563
 
2564 2564
 New features:
... ...
@@ -472,7 +472,7 @@ $ CK_FORK=no ./libtool --mode=execute valgrind unit_tests/check-clamav
472 472
     One of the interesting features of \verb+clamd+ is on-access scanning
473 473
     based on fanotify, included in Linux since kernel 2.6.36.
474 474
     \textbf{This is not required to run clamd}. At the moment the fanotify header is
475
-    only avaliable for Linux.
475
+    only available for Linux.
476 476
     \\\\
477 477
     Configure on-access scanning in \verb+clamd.conf+ and read the 
478 478
     \ref{On-access} section for on-access scanning usage.
... ...
@@ -754,7 +754,7 @@ N * * * *	/usr/local/bin/freshclam --quiet
754 754
 	      OnAccessMountPath option. While this will disable on-access prevention,
755 755
 	      it will avoid potential system lockups caused by fanotify's blocking
756 756
 	      functionality.
757
-	\item Using the On-Access Scanner to watch a virtual filesytem will result
757
+	\item Using the On-Access Scanner to watch a virtual filesystem will result
758 758
 	      in undefined behaviour.
759 759
     \end{itemize}
760 760
     The default configuration utilizes inotify to recursively keep track of
... ...
@@ -812,7 +812,7 @@ N * * * *	/usr/local/bin/freshclam --quiet
812 812
     \subsection{Freshclam}\label{sec:freshclam}
813 813
     \verb+freshclam+ is ClamAV's virus database update tool and reads it's
814 814
     configuration from the file 'freshclam.conf' (this may be
815
-    overriden by command line options). Freshclam's default behavior is to
815
+    overridden by command line options). Freshclam's default behavior is to
816 816
     attempt to update databases that are paired with downloaded cdiffs.
817 817
     Potentially corrupted databases are not updated and are automatically
818 818
     fully replaced after several failed attempts unless otherwise specified.
... ...
@@ -1189,7 +1189,7 @@ const char *cl_engine_get_str(const struct cl_engine *engine,
1189 1189
 	cl_statinidir(dbdir, &dbstat);
1190 1190
     \end{verbatim}
1191 1191
     To check for a change you just need to call \verb+cl_statchkdir+ and check
1192
-    its return value (0 - no change, 1 - some change occured). Remember to reset
1192
+    its return value (0 - no change, 1 - some change occurred). Remember to reset
1193 1193
     the \verb+cl_stat+ structure after reloading the database.
1194 1194
     \begin{verbatim}
1195 1195
 	if(cl_statchkdir(&dbstat) == 1) {
... ...
@@ -90,7 +90,7 @@ Forces file streaming to clamd. This is generally not needed as clamdscan detect
90 90
 .TP 
91 91
 1 : Virus(es) found.
92 92
 .TP 
93
-2 : An error occured.
93
+2 : An error occurred.
94 94
 .SH "CREDITS"
95 95
 Please check the full documentation for credits.
96 96
 .SH "AUTHOR"
... ...
@@ -179,9 +179,9 @@ For example try setting it to TERM=xterm\-color if you are in an xterm-like
179 179
 environment. IPv6 support has been added. If specifying an IPv6 address, please use the normal IPv6 addressing rules. If specifying both an IPv6 address and a port combination, encapsulate the IPv6 address in square brakets (e.g. [::1]:3410).
180 180
 .SH "RETURN CODES"
181 181
 .LP 
182
-0 : Normal terminator
182
+0 : Normal termination
183 183
 .TP 
184
->0: Error occured.
184
+>0: Error occurred.
185 185
 .SH "CREDITS"
186 186
 Please check the full documentation for credits.
187 187
 .SH "AUTHOR"
... ...
@@ -287,7 +287,7 @@ Disable caching and cache checks for hash sums of scanned files.
287 287
 .TP 
288 288
 1 : Virus(es) found.
289 289
 .TP 
290
-2 : Some error(s) occured.
290
+2 : Some error(s) occurred.
291 291
 .SH "CREDITS"
292 292
 Please check the full documentation for credits.
293 293
 .SH "AUTHOR"
... ...
@@ -1004,7 +1004,7 @@ SignatureName;TargetDescriptionBlock;PWStorageType;Password
1004 1004
     should generate the following files:
1005 1005
     \begin{itemize}
1006 1006
 	\item nocomment.html - the file is normalized, lower-case, with all
1007
-	comments and superflous white space removed
1007
+	comments and superfluous white space removed
1008 1008
 	\item notags.html - as above but with all HTML tags removed
1009 1009
     \end{itemize}
1010 1010
     The code automatically decodes JScript.encode parts and char ref's (e.g.
... ...
@@ -1014,7 +1014,7 @@ SignatureName;TargetDescriptionBlock;PWStorageType;Password
1014 1014
 
1015 1015
     \subsection{Text files}
1016 1016
     Similarly to HTML all ASCII text files get normalized (converted
1017
-    to lower-case, all superflous white space and control characters removed,
1017
+    to lower-case, all superfluous white space and control characters removed,
1018 1018
     etc.) before scanning. Use \verb+clamscan --leave-temps+ to obtain
1019 1019
     a normalized file then create a signature with the target type 7.
1020 1020
 
... ...
@@ -148,7 +148,7 @@ Example
148 148
 # Default: 5
149 149
 #CommandReadTimeout 5
150 150
 
151
-# This option specifies how long to wait (in miliseconds) if the send buffer is full.
151
+# This option specifies how long to wait (in milliseconds) if the send buffer is full.
152 152
 # Keep this value low to prevent clamd hanging
153 153
 #
154 154
 # Default: 500
... ...
@@ -656,7 +656,7 @@ Example
656 656
 # Default: TrustSigned
657 657
 #BytecodeSecurity TrustSigned
658 658
 
659
-# Set bytecode timeout in miliseconds.
659
+# Set bytecode timeout in milliseconds.
660 660
 # 
661 661
 # Default: 5000
662 662
 # BytecodeTimeout 1000