]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix typos (prefered -> preferred)
authorpcarana <pc.moreno2099@gmail.com>
Tue, 4 Aug 2020 21:57:00 +0000 (16:57 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 4 Aug 2020 21:57:00 +0000 (16:57 -0500)
docs/installation.md
docs/logging.md
docs/usage.md
man/fort.8
src/object/certificate.c

index 6bbf1f19b9e9d9bedf5de79b67715d05804f81cf..4e434e9852a7423025402819a8cd739645726ec9 100644 (file)
@@ -75,7 +75,7 @@ sudo apt install ./fort_{{ site.fort-latest-version }}-1_amd64.deb
 
 > If a dependency can't be found at the repositories (i.e. libcurl4), try using a newer repository, such as Debian Buster.
 > 
-> Add the following line to `/etc/apt/sources.list`, replacing the mirror (_http://ftp.mx.debian.org/debian_) with your [prefered one](https://www.debian.org/mirror/list):
+> Add the following line to `/etc/apt/sources.list`, replacing the mirror (_http://ftp.mx.debian.org/debian_) with your [preferred one](https://www.debian.org/mirror/list):
 > 
 > `deb http://ftp.mx.debian.org/debian buster main`
 
index 3655f381d3301a6633004c315eae6886fdc7451b..8b28d5dc7312fb3df8dc975f5c80e018e3f591f3 100644 (file)
@@ -101,7 +101,7 @@ Once the configuration has been loaded, all the log messages will be printed at
 - `syslog`: all logging is sent to syslog, using the configured [`*.facility`](#facility).
 - `console`: informational and debug messages are printed in standard output, error and critical messages are thrown to standard error.
 
-> Syslog configuration and usage is out of this docs scope, here's a brief introduction from [Wikipedia](https://en.wikipedia.org/wiki/Syslog). You can do some research according to your prefered OS distro to familiarize with syslog, since distinct implementations exists (the most common are: syslog, rsyslog, and syslog-ng).
+> Syslog configuration and usage is out of this docs scope, here's a brief introduction from [Wikipedia](https://en.wikipedia.org/wiki/Syslog). You can do some research according to your preferred OS distro to familiarize with syslog, since distinct implementations exists (the most common are: syslog, rsyslog, and syslog-ng).
 
 The arguments of each log type are:
 - {{ page.url-log-output }}
index 87e5f04967a9b998bab0b6e83355575fd0c7129e..83ad2c014bc4094e7a9766e1cf84c6c6e1c7e8a7 100644 (file)
@@ -569,7 +569,7 @@ If disabled (eg. `--http.enabled=false`), FORT validator won't request HTTP URIs
 - **Default:** 60
 - **Range:** 0--100
 
-> ![img/warn.svg](img/warn.svg) By default, HTTPS requests are prefered over rsync requests.
+> ![img/warn.svg](img/warn.svg) By default, HTTPS requests are preferred over rsync requests.
 
 Assign priority to use HTTP to fetch repository files. A higher value means a higher priority.
 
@@ -924,7 +924,7 @@ If disabled (eg. `--rsync.enabled=false`), FORT validator won't download files n
 - **Default:** 50
 - **Range:** 0--100
 
-> ![img/warn.svg](img/warn.svg) By default, HTTPS requests are prefered over rsync requests.
+> ![img/warn.svg](img/warn.svg) By default, HTTPS requests are preferred over rsync requests.
 
 Assign priority to use RSYNC to fetch repository files. A higher value means a higher priority.
 
index a20142d333585d82f07751331a2a423050c7cf66..dd4256b31ff2996d9349bdbaf76fd4c85acddbf5 100644 (file)
@@ -723,7 +723,7 @@ repository/TAL URI first; if there's an error fetching data, fallback to use
 RSYNC repository/TAL URI.
 .RE
 .P
-By default, the value is \fI60\fR, so HTTP requests are prefered over rsync
+By default, the value is \fI60\fR, so HTTP requests are preferred over rsync
 requests.
 .RE
 .P
@@ -896,7 +896,7 @@ repository/TAL URI first; if there's an error fetching data, fallback to use
 RSYNC repository/TAL URI.
 .RE
 .P
-By default, the value is \fI50\fR, so HTTP requests are prefered over rsync
+By default, the value is \fI50\fR, so HTTP requests are preferred over rsync
 requests.
 .RE
 .P
index fc64054a715e47bb60ddeeb836a16e9f82827b4f..c080d915e74f7595f4f9e9adf5291378353a9519 100644 (file)
@@ -1912,7 +1912,7 @@ force_aia_validation(struct rpki_uri *caIssuers, X509 *son, bool is_ta_child)
 
        pr_val_debug("AIA's URI didn't matched parent URI, trying to SYNC");
 
-       /* RSYNC is still the prefered access mechanism */
+       /* RSYNC is still the preferred access mechanism */
        do {
                error = download_files(caIssuers, false, false);
                if (!error)