Fixed typo.

This commit is contained in:
Rommel M. Martinez 2015-11-23 16:22:12 +08:00
parent 831aa518fd
commit 8bc4cd5076

View file

@ -260,10 +260,10 @@ executed and in what order:
<para>Specifies the phases. You can change the order in which <para>Specifies the phases. You can change the order in which
phases are executed, or add new phases, by setting this phases are executed, or add new phases, by setting this
variable. If its not set, the default value is used, which is variable. If its not set, the default value is used, which is
<literal>$prePhases unpackPhase patchPhase $preConfigurePhases <literal>prePhases unpackPhase patchPhase preConfigurePhases
configurePhase $preBuildPhases buildPhase checkPhase configurePhase preBuildPhases buildPhase checkPhase
$preInstallPhases installPhase fixupPhase $preDistPhases preInstallPhases installPhase fixupPhase preDistPhases
distPhase $postPhases</literal>. distPhase postPhases</literal>.
</para> </para>
<para>Usually, if you just want to add a few phases, its more <para>Usually, if you just want to add a few phases, its more