summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-01 16:43:22 +0000
committerpfg <pfg@FreeBSD.org>2016-05-01 16:43:22 +0000
commit61832eff1bbba426abf00dc152207be782f6e5aa (patch)
treeb62253bcc8256fd449e8080eac95afe472439fc8 /etc
parentc62d640ded94f780da752b95b417f8be00e391b1 (diff)
downloadFreeBSD-src-61832eff1bbba426abf00dc152207be782f6e5aa.zip
FreeBSD-src-61832eff1bbba426abf00dc152207be782f6e5aa.tar.gz
etc: minor spelling fixes.
Mostly comments but these tend to be user-visible. MFC after: 2 weeks
Diffstat (limited to 'etc')
-rw-r--r--etc/ntp/leap-seconds2
-rw-r--r--etc/protocols2
-rwxr-xr-xetc/rc.d/sendmail4
-rw-r--r--etc/rc.initdiskless2
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/ntp/leap-seconds b/etc/ntp/leap-seconds
index 8fa6225..79d8e15 100644
--- a/etc/ntp/leap-seconds
+++ b/etc/ntp/leap-seconds
@@ -46,7 +46,7 @@
# by the International Bureau of Weights and Measures
# (BIPM). See www.bipm.fr for more information.
#
-# 3. The current defintion of the relationship between UTC
+# 3. The current definition of the relationship between UTC
# and TAI dates from 1 January 1972. A number of different
# time scales were in use before than epoch, and it can be
# quite difficult to compute precise timestamps and time
diff --git a/etc/protocols b/etc/protocols
index 20dd889..05702d4 100644
--- a/etc/protocols
+++ b/etc/protocols
@@ -43,7 +43,7 @@ merit-inp 32 MERIT-INP # MERIT Internodal Protocol
dccp 33 DCCP # Datagram Congestion Control Protocol
3pc 34 3PC # Third Party Connect Protocol
idpr 35 IDPR # Inter-Domain Policy Routing Protocol
-xtp 36 XTP # Xpress Tranfer Protocol
+xtp 36 XTP # Xpress Transfer Protocol
ddp 37 DDP # Datagram Delivery Protocol
idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport Proto
tp++ 39 TP++ # TP++ Transport Protocol
diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail
index 18b6b33..e228a0c 100755
--- a/etc/rc.d/sendmail
+++ b/etc/rc.d/sendmail
@@ -79,7 +79,7 @@ sendmail_cert_create()
crlnumber = \$dir/crlnumber # the current crl number
crl = \$dir/crl.pem # The current CRL
private_key = \$dir/cakey.pem
- x509_extensions = usr_cert # The extentions to add to the cert
+ x509_extensions = usr_cert # The extensions to add to the cert
name_opt = ca_default # Subject Name options
cert_opt = ca_default # Certificate field options
default_days = 365 # how long to certify for
@@ -100,7 +100,7 @@ sendmail_cert_create()
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
- x509_extensions = v3_ca # The extentions to add to the self signed cert
+ x509_extensions = v3_ca # The extensions to add to the self signed cert
string_mask = utf8only
prompt = no
[ req_distinguished_name ]
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index cfb9214..ae91f28 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -103,7 +103,7 @@
# will be created. In case of multiple entries for the same
# directory M, the last one in the scanning order is used.
# NOTE: If you only need to create a memory filesystem but not
-# initialize it from a template, it is preferrable to specify
+# initialize it from a template, it is preferable to specify
# it in fstab e.g. as "md /tmp mfs -s=30m,rw 0 0"
#
# /conf/T/SUBDIR.cpio.gz
OpenPOWER on IntegriCloud