From: pcarana Date: Tue, 4 Aug 2020 21:57:00 +0000 (-0500) Subject: Fix typos (prefered -> preferred) X-Git-Tag: v1.4.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e589b0440128b0e02272a66bcc6fd6e1dfe4a779;p=thirdparty%2FFORT-validator.git Fix typos (prefered -> preferred) --- diff --git a/docs/installation.md b/docs/installation.md index 6bbf1f19..4e434e98 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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` diff --git a/docs/logging.md b/docs/logging.md index 3655f381..8b28d5dc 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -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 }} diff --git a/docs/usage.md b/docs/usage.md index 87e5f049..83ad2c01 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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. diff --git a/man/fort.8 b/man/fort.8 index a20142d3..dd4256b3 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -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 diff --git a/src/object/certificate.c b/src/object/certificate.c index fc64054a..c080d915 100644 --- a/src/object/certificate.c +++ b/src/object/certificate.c @@ -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)