From 2fb105f2e7d439a573a3fabb9f6a85d398506f97 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 7 Mar 2014 02:34:39 +0000 Subject: [PATCH] Fix a few typos PR: docs/187241 Submitted by: Alex Weber Approved by: hrs (mentor) --- en_US.ISO8859-1/books/dev-model/book.xml | 2 +- en_US.ISO8859-1/books/faq/book.xml | 4 ++-- en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml | 2 +- en_US.ISO8859-1/books/handbook/disks/chapter.xml | 2 +- en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml | 2 +- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/dev-model/book.xml b/en_US.ISO8859-1/books/dev-model/book.xml index a6c0718648..8e6da7a4d5 100644 --- a/en_US.ISO8859-1/books/dev-model/book.xml +++ b/en_US.ISO8859-1/books/dev-model/book.xml @@ -1637,7 +1637,7 @@ As the requests are prioritised by the individual developers on the basis of doing what they find interesting, necessary or are - funded to do, there is no overall strategy or priorisation of + funded to do, there is no overall strategy or prioritisation of what requests to regard as requirements and following up their correct implementation. However, most developers have some shared vision of what issues are more important, and they can diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index efac6bb25a..c0295df50d 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -1559,7 +1559,7 @@ Microcode is a method of programmatically - implementating hardware level instructions. This allows + implementing hardware level instructions. This allows for CPU bugs to be fixed without replacing the on board chip. Install sysutils/devcpu-data, @@ -2960,7 +2960,7 @@ kern.sched.name: ULE Long answer: Soft Updates has two characteristics that may be undesirable on certain - paritions. First, a Soft Updates + partitions. First, a Soft Updates partition has a small chance of losing data during a system crash. (The partition will not be corrupted; the data will simply be lost.) Second, Soft Updates can cause temporary diff --git a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml index a580391b26..2e2bb2093e 100644 --- a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml @@ -959,7 +959,7 @@ example.xml:5: element head: validity error : Element head content does not foll XML context. - Parameter entity definitons are similar to those for + Parameter entity definitions are similar to those for general entities. However, parameter entries are included with %entity-name;. diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.xml b/en_US.ISO8859-1/books/handbook/disks/chapter.xml index b1c1af2e34..9983f6d322 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.xml @@ -3215,7 +3215,7 @@ geli_da2_flags="-p -k /root/da2.key" Swap partitions are not encrypted by default and should be cleared of any sensitive data before continuing. To - overwrite the current swap parition with random garbage, + overwrite the current swap partition with random garbage, execute the following command: &prompt.root; dd if=/dev/random of=/dev/ad0s1b bs=1m diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml index 67df6a9211..139365e625 100644 --- a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml @@ -81,7 +81,7 @@ Ports Collection - &linux; libararies are not installed on &os; by default + &linux; libraries are not installed on &os; by default and &linux; binary compatibility is not enabled by default. &linux; libraries can be installed using the &os; Ports Collection. Alternately, &linux; libraries can be installed diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 68e0074a46..a34cbbb79c 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -2685,7 +2685,7 @@ ALWAYS_KEEP_DISTFILES= yes When specific versions or specific major and minor revisions of a distfile should be checked. For example, if only version 0.6.4 should be - monitored because newer versions have compatablity issues + monitored because newer versions have compatibility issues with &os;, add: PORTSCOUT= limit:^0\.6\.4