Changeset 28268 for trunk/doc


Ignore:
Timestamp:
Aug 27, 2007, 4:32:48 AM (17 years ago)
Author:
markd@…
Message:

Correct mispellings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/guide/new/xml/using.xml

    r28261 r28268  
    5757
    5858      <para>The sync option performs a subset of selfupdate actions. It
    59       synchonizes the ports tree, as does <option>selfupdate</option>, but it
     59      synchronizes the ports tree, as does <option>selfupdate</option>, but it
    6060      does not check for upgrades to MacPorts base. Unless you have a special
    6161      reason not to, you should use <option>selfupdate</option>.</para>
     
    178178
    179179      <note>
    180         <para>If a port as installed as a dependecy of another port, uninstall
    181         will not remove it unless you remove the dependent ports first. To
    182         override this behavior, use the -f (force) switch. But some ports need
    183         to be rebuilt if dependencies change, so you should know what you are
    184         doing if you force uninstall ports.</para>
     180        <para>If a port as installed as a dependency of another port,
     181        uninstall will not remove it unless you remove the dependent ports
     182        first. To override this behavior, use the -f (force) switch. But some
     183        ports need to be rebuilt if dependencies change, so you should know
     184        what you are doing if you force uninstall ports.</para>
    185185
    186186        <programlisting><prompt>%%</prompt> <userinput>port -f uninstall vile</userinput></programlisting>
     
    340340
    341341      <para>For an explanation of default variants see <link
    342       linkend="development.variants">Port Variants</link>.
    343       Default variants are optional, and not all ports using variants have
    344       them. For ports with default variants, you may install a port without
    345       them by negating default variants using "-" as shown.</para>
     342      linkend="development.variants">Port Variants</link>. Default variants
     343      are optional, and not all ports using variants have them. For ports with
     344      default variants, you may install a port without them by negating
     345      default variants using "-" as shown.</para>
    346346
    347347      <programlisting><prompt>%%</prompt> <userinput>port install fetchmail -ssl</userinput></programlisting>
     
    369369
    370370    <para>MacPorts can pre-compile ports into binaries so applications need
    371     not be compiled when intalling on a target system. MacPorts may create two
    372     types of binaries: archives and packages.</para>
     371    not be compiled when installing on a target system. MacPorts may create
     372    two types of binaries: archives and packages.</para>
    373373
    374374    <section id="using.binaries.archives">
Note: See TracChangeset for help on using the changeset viewer.