Bug 187241

Summary: [patch] Small number of spelling mistakes
Product: Documentation Reporter: Alex Weber <alexwebr>
Component: Books & ArticlesAssignee: Benjamin Kaduk <bjk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alex Weber 2014-03-04 02:50:00 UTC
There are a small number of spelling mistakes in the Porter's Handbook, the Handbook, and the FAQ.

The attached diff patches them.

Fix: See attached patch.

Patch attached with submission follows:
Comment 1 Benjamin Kaduk freebsd_committer freebsd_triage 2014-03-07 00:02:25 UTC
Responsible Changed
From-To: freebsd-doc->bjk

take
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-07 02:34:49 UTC
Author: bjk
Date: Fri Mar  7 02:34:39 2014
New Revision: 44164
URL: http://svnweb.freebsd.org/changeset/doc/44164

Log:
  Fix a few typos
  
  PR:		docs/187241
  Submitted by:	Alex Weber <alexwebr@gmail.com>
  Approved by:	hrs (mentor)

Modified:
  head/en_US.ISO8859-1/books/dev-model/book.xml
  head/en_US.ISO8859-1/books/faq/book.xml
  head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
  head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
  head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml

Modified: head/en_US.ISO8859-1/books/dev-model/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/dev-model/book.xml	Thu Mar  6 23:27:25 2014	(r44163)
+++ head/en_US.ISO8859-1/books/dev-model/book.xml	Fri Mar  7 02:34:39 2014	(r44164)
@@ -1637,7 +1637,7 @@
                 <para>
                     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

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Thu Mar  6 23:27:25 2014	(r44163)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Fri Mar  7 02:34:39 2014	(r44164)
@@ -1559,7 +1559,7 @@
 
 	  <answer>
 	    <para>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.</para>
 
 	    <para>Install <package>sysutils/devcpu-data</package>,
@@ -2960,7 +2960,7 @@ kern.sched.name: ULE</screen>
 
 	  <para>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

Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
+++ head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
@@ -959,7 +959,7 @@ example.xml:5: element head: validity er
 	<link linkend="xml-primer-xml-escape">XML
 	  context</link>.</para>
 
-      <para>Parameter entity definitons are similar to those for
+      <para>Parameter entity definitions are similar to those for
 	general entities.  However, parameter entries are included
 	with
 	<literal>%<replaceable>entity-name</replaceable>;</literal>.

Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
+++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
@@ -3215,7 +3215,7 @@ geli_da2_flags="-p -k /root/da2.key"</pr
 
     <para>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:</para>
 
     <screen>&prompt.root; <userinput>dd if=/dev/random of=/dev/ad0s1b bs=1m</userinput></screen>

Modified: head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
+++ head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
@@ -81,7 +81,7 @@
 
     <indexterm><primary>Ports Collection</primary></indexterm>
 
-    <para>&linux; libararies are not installed on &os; by default
+    <para>&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

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
@@ -2685,7 +2685,7 @@ ALWAYS_KEEP_DISTFILES=	yes
 	<para>When specific versions or specific major and minor
 	  revisions of a distfile should be checked.  For example, if
 	  only version <replaceable>0.6.4</replaceable> should be
-	  monitored because newer versions have compatablity issues
+	  monitored because newer versions have compatibility issues
 	  with &os;, add:</para>
 
 	<programlisting>PORTSCOUT=	limit:^0\.6\.4</programlisting>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Benjamin Kaduk freebsd_committer freebsd_triage 2014-03-07 02:55:15 UTC
State Changed
From-To: open->closed

Committed in r44164 -- thanks!