[126075] trunk/doc-new/guide/xml

khindenburg at macports.org khindenburg at macports.org
Thu Oct 2 20:55:07 PDT 2014


Revision: 126075
          https://trac.macports.org/changeset/126075
Author:   khindenburg at macports.org
Date:     2014-10-02 20:55:07 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
guide: fix spelling errors

Modified Paths:
--------------
    trunk/doc-new/guide/xml/installing.xml
    trunk/doc-new/guide/xml/internals.xml
    trunk/doc-new/guide/xml/macports.conf.xml
    trunk/doc-new/guide/xml/portfile-dependencies.xml
    trunk/doc-new/guide/xml/portfile-keywords.xml
    trunk/doc-new/guide/xml/portfile-variants.xml
    trunk/doc-new/guide/xml/portfiledev.xml
    trunk/doc-new/guide/xml/project.xml
    trunk/doc-new/guide/xml/using.xml

Modified: trunk/doc-new/guide/xml/installing.xml
===================================================================
--- trunk/doc-new/guide/xml/installing.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/installing.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -447,7 +447,7 @@
                             path for locating system executables (rsync, tar, etc.) during port installation, see the
                             <link linkend="internals.configuration-files.macports-conf">macports.conf</link> file
                             variable <varname>binpath</varname>. But changing this variable is for advanced users only,
-                            and is not generally needed or recomended.</para>
+                            and is not generally needed or recommended.</para>
                     </note>
                 </listitem>
 

Modified: trunk/doc-new/guide/xml/internals.xml
===================================================================
--- trunk/doc-new/guide/xml/internals.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/internals.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -321,7 +321,7 @@
       stored in a single file named <filename>registry.db</filename>, although
       the additional directory <filename>portfiles</filename> is used
       temporarily for extracting stored Portfiles from the registry.
-      Futhermore, access to the registry may be locked using the
+      Furthermore, access to the registry may be locked using the
       <filename>.registry.lock</filename> file with the
       <computeroutput>registry::exclusive_lock</computeroutput> and
       <computeroutput>registry::exclusive_unlock</computeroutput> APIs.</para>

Modified: trunk/doc-new/guide/xml/macports.conf.xml
===================================================================
--- trunk/doc-new/guide/xml/macports.conf.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/macports.conf.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -433,7 +433,7 @@
     <title>variants.conf</title>
 
     <para>This optional file specifies any variants you'd like to be invoked
-    globally. If a variant specified ib this file is not supported by a given
+    globally. If a variant specified in this file is not supported by a given
     Portfile, the variant is simply ignored.</para>
 
     <para>Default: none</para>

Modified: trunk/doc-new/guide/xml/portfile-dependencies.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-dependencies.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/portfile-dependencies.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -138,7 +138,7 @@
     <para>File dependencies should only be used if one of the reasons listed
     above applies. There are three types: <option>bin</option> for
     programs, <option>lib</option> for libraries, and <option>path</option>
-    for any installed file. File dependencies are specifed in the form:
+    for any installed file. File dependencies are specified in the form:
     <replaceable>&lt;type&gt;</replaceable>:<replaceable>&lt;filespec&gt;</replaceable>:<replaceable>&lt;port&gt;</replaceable>.</para>
     
     <para>For <option>bin</option> dependencies,

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -110,9 +110,9 @@
       <listitem>
         <para>A port's maintainers are the people who have agreed to take
         responsibility for keeping the port up-to-date. Most ports have only a
-        single maintainer, but some ports have two or more comaintainers. The
+        single maintainer, but some ports have two or more co-maintainers. The
         <literal>maintainers</literal> keyword lists the maintainers' email
-        addresses, preferrably in the obfuscated form which hides them
+        addresses, preferably in the obfuscated form which hides them
         from spambots:</para>
 
         <itemizedlist>

Modified: trunk/doc-new/guide/xml/portfile-variants.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-variants.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/portfile-variants.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -144,7 +144,7 @@
 
     <para>Variant descriptions are strings, so one should take care not to put
     whitespace between the brackets and the beginning and end of the variant
-    description, and also not to use unnceccessary whitespace, unlike with
+    description, and also not to use unnecessary whitespace, unlike with
     port descriptions and long_descriptions.</para>
   </section>
 

Modified: trunk/doc-new/guide/xml/portfiledev.xml
===================================================================
--- trunk/doc-new/guide/xml/portfiledev.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/portfiledev.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -196,7 +196,7 @@
         <para>A port's maintainers are the people who have agreed to take
         responsibility for keeping the port up-to-date. The
         <literal>maintainers</literal> keyword lists the maintainers' email
-        addresses, preferrably in the obfuscated form which hides them
+        addresses, preferably in the obfuscated form which hides them
         from spambots. For more, see the full explanation of the <link
         linkend="reference.keywords.maintainers">maintainers keyword</link> in
         the <link linkend="reference.keywords">Global Keywords</link> section

Modified: trunk/doc-new/guide/xml/project.xml
===================================================================
--- trunk/doc-new/guide/xml/project.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/project.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -51,7 +51,7 @@
             <itemizedlist>
                 <listitem><para>using the search bar that appears on each page</para></listitem>
                 <listitem><para>using <ulink url="https://trac.macports.org/search?portsummarysearch=on">the search page</ulink></para></listitem>
-                <listitem><para>browsing the list of <ulink url="https://trac.macports.org/report">categorised reports</ulink></para></listitem>
+                <listitem><para>browsing the list of <ulink url="https://trac.macports.org/report">categorized reports</ulink></para></listitem>
                 <listitem><para>making an advanced search by constructing a <ulink url="https://trac.macports.org/query">custom query</ulink></para></listitem>
             </itemizedlist>
           </para>
@@ -300,7 +300,7 @@
           the email address of the port's maintainer (use <command>port info
           &lt;portname&gt;</command> to find this). If multiple maintainers
           are listed, enter the first maintainer's email address here and
-          enter the remainining maintainers' email addresses in the
+          enter the remaining maintainers' email addresses in the
           <guimenu>Cc</guimenu> field. Exclude the email address
           <email>openmaintainer at macports.org</email> if it appears.
           If the maintainer's email address is
@@ -469,7 +469,7 @@
         <listitem>
           <para>An account in the <ulink
               url="https://trac.macports.org/">MacPorts Trac</ulink>,
-            preferrably with the email address you want to use for your
+            preferably with the email address you want to use for your
             port.</para>
         </listitem>
         <listitem>
@@ -487,7 +487,7 @@
             would like to encourage you to apply after a few months.</para>
         </listitem>
         <listitem>
-          <para>Expert knowldge of the software you want to maintain or
+          <para>Expert knowledge of the software you want to maintain or
             experience in <filename>Portfile</filename> programming. You can
             pick those up along the way. Your knowledge about the software
             you want to maintain is probably more than what most other

Modified: trunk/doc-new/guide/xml/using.xml
===================================================================
--- trunk/doc-new/guide/xml/using.xml	2014-10-03 03:28:38 UTC (rev 126074)
+++ trunk/doc-new/guide/xml/using.xml	2014-10-03 03:55:07 UTC (rev 126075)
@@ -76,7 +76,7 @@
 
             <programlisting><prompt>$</prompt> <userinput>sudo port -d selfupdate</userinput></programlisting>
 
-            <para>The output may give you an idea why the build failed. Look for the first occurances of
+            <para>The output may give you an idea why the build failed. Look for the first occurrences of
                 <quote>error</quote>. If you cannot figure out what's wrong yourself, feel free to ask on the
                 <email>macports-users at lists.macosforge.org</email> mailing list and attach the output generated by
                 <command>sudo port -d selfupdate</command>.</para>
@@ -98,7 +98,7 @@
 
             <para>The <option>sync</option> action performs a subset of <option>selfupdate</option>. It synchronizes the
                 ports tree, as does <option>selfupdate</option>, but it does not check for MacPorts upgrades. On OS X,
-                unless there is a special reason not to do so, you should alawys run <link
+                unless there is a special reason not to do so, you should always run <link
                     linkend="using.port.selfupdate">selfupdate</link>.</para>
 
             <para><option>sync</option> does not accept any switches.</para>
@@ -122,7 +122,7 @@
             </variablelist>
 
             <note>
-                <para>This command will only be availible in MacPorts version 2.4 and above.</para>
+                <para>This command will only be available in MacPorts version 2.4 and above.</para>
             </note>
         </section>
 
@@ -135,7 +135,7 @@
             <para><option>reclaim</option> does not accept any switches.</para>
 
             <note>
-                <para> This command will only be availible in MacPorts version 2.4 and above.</para>
+                <para> This command will only be available in MacPorts version 2.4 and above.</para>
             </note>
         </section>
 
@@ -683,7 +683,7 @@
 
             <programlisting><prompt>$ </prompt><userinput>port -q contents <varname>&lt;portname&gt;</varname> | grep -E '/s?bin/'</userinput></programlisting>
 
-            <para>The <option>-q</option> (quiet) flag supresses the header line in this case, but is not strictly necessary.</para>
+            <para>The <option>-q</option> (quiet) flag suppresses the header line in this case, but is not strictly necessary.</para>
 
             <para><option>contents</option> accepts:</para>
 
@@ -1025,7 +1025,7 @@
             <title>Invoking Variants</title>
 
             <para>A variant can only be invoked when a port is installed. After you have determined what variants
-                a given port has, if any, you may install a port using the variant by specifying its name preceeded by
+                a given port has, if any, you may install a port using the variant by specifying its name preceded by
                 a plus or minus sign on the command line, for example</para>
 
             <programlisting><prompt>$ </prompt><userinput>sudo port install apache2 +openldap</userinput></programlisting>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141002/7ef9e1cf/attachment-0001.html>


More information about the macports-changes mailing list