> 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`
- `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 }}
- **Default:** 60
- **Range:** 0--100
->  By default, HTTPS requests are prefered over rsync requests.
+>  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.
- **Default:** 50
- **Range:** 0--100
->  By default, HTTPS requests are prefered over rsync requests.
+>  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.
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
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
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)