Skip to content

Commit

Permalink
Correct mispellings.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@28268 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Mark Duling committed Aug 27, 2007
1 parent ed3263a commit 946cc7c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions guide/new/xml/using.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ selfupdate done!</screen>
<title>sync</title> <title>sync</title>


<para>The sync option performs a subset of selfupdate actions. It <para>The sync option performs a subset of selfupdate actions. It
synchonizes the ports tree, as does <option>selfupdate</option>, but it synchronizes the ports tree, as does <option>selfupdate</option>, but it
does not check for upgrades to MacPorts base. Unless you have a special does not check for upgrades to MacPorts base. Unless you have a special
reason not to, you should use <option>selfupdate</option>.</para> reason not to, you should use <option>selfupdate</option>.</para>
</section> </section>
Expand Down Expand Up @@ -177,11 +177,11 @@ Maintainers: nomaintainer@macports.org</screen>
<programlisting><prompt>%%</prompt> <userinput>port uninstall vile</userinput></programlisting> <programlisting><prompt>%%</prompt> <userinput>port uninstall vile</userinput></programlisting>


<note> <note>
<para>If a port as installed as a dependecy of another port, uninstall <para>If a port as installed as a dependency of another port,
will not remove it unless you remove the dependent ports first. To uninstall will not remove it unless you remove the dependent ports
override this behavior, use the -f (force) switch. But some ports need first. To override this behavior, use the -f (force) switch. But some
to be rebuilt if dependencies change, so you should know what you are ports need to be rebuilt if dependencies change, so you should know
doing if you force uninstall ports.</para> what you are doing if you force uninstall ports.</para>


<programlisting><prompt>%%</prompt> <userinput>port -f uninstall vile</userinput></programlisting> <programlisting><prompt>%%</prompt> <userinput>port -f uninstall vile</userinput></programlisting>
</note> </note>
Expand Down Expand Up @@ -339,10 +339,10 @@ libdap depends on openssl</screen>
<title>Negating Default Variants</title> <title>Negating Default Variants</title>


<para>For an explanation of default variants see <link <para>For an explanation of default variants see <link
linkend="development.variants">Port Variants</link>. linkend="development.variants">Port Variants</link>. Default variants
Default variants are optional, and not all ports using variants have are optional, and not all ports using variants have them. For ports with
them. For ports with default variants, you may install a port without default variants, you may install a port without them by negating
them by negating default variants using "-" as shown.</para> default variants using "-" as shown.</para>


<programlisting><prompt>%%</prompt> <userinput>port install fetchmail -ssl</userinput></programlisting> <programlisting><prompt>%%</prompt> <userinput>port install fetchmail -ssl</userinput></programlisting>


Expand All @@ -368,8 +368,8 @@ libdap depends on openssl</screen>
<title>Port Binaries</title> <title>Port Binaries</title>


<para>MacPorts can pre-compile ports into binaries so applications need <para>MacPorts can pre-compile ports into binaries so applications need
not be compiled when intalling on a target system. MacPorts may create two not be compiled when installing on a target system. MacPorts may create
types of binaries: archives and packages.</para> two types of binaries: archives and packages.</para>


<section id="using.binaries.archives"> <section id="using.binaries.archives">
<title>Binary Archives</title> <title>Binary Archives</title>
Expand Down

0 comments on commit 946cc7c

Please sign in to comment.