summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-15 03:15:36 +0000
committerpfg <pfg@FreeBSD.org>2016-05-15 03:15:36 +0000
commit23f338f31131ff764dde3a562b5d85ef7618ab5b (patch)
tree4398e1a36010e89f685e91083a86f92bcb859dc3 /etc
parent43c202b5d356fab514defa4cbd675902bdb18abd (diff)
downloadFreeBSD-src-23f338f31131ff764dde3a562b5d85ef7618ab5b.zip
FreeBSD-src-23f338f31131ff764dde3a562b5d85ef7618ab5b.tar.gz
MFC r298881, 298882, 298883, 298885:
Minor spelling fixes in: tools, share, bluetooth, pmcstat, etc Many of these have user-visible strings.
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 8247097..f860383 100755
--- a/etc/rc.d/sendmail
+++ b/etc/rc.d/sendmail
@@ -78,7 +78,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
@@ -99,7 +99,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