~ubuntu-manual-website/ubuntu-manual-website/website

« back to all changes in this revision

Viewing changes to test/pages/authors-editors.php

  • Committer: Kevin Godby
  • Date: 2013-11-14 16:22:59 UTC
  • Revision ID: godbyk@gmail.com-20131114162259-521rptub6ezr1dsa
Fixed a couple typos. Fixes LP #1250897. Thanks, Gisele!

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
<h3 id="compile-manual"><?php echo __('Compiling the manual'); ?></h3>
92
92
<div>
93
93
        <div>
94
 
                <p><?php echo __("By compiling the manual you will find any syntax errors in the LaTeX markup. You can fix then fix the errors and review your work more easily. It isn't necessary for authors to copmile the manual, but we encourage you to do so in order to be able to fix any possible errors and see what your work looks like."); ?></p>
 
94
                <p><?php echo __("By compiling the manual you will find any syntax errors in the LaTeX markup. You can fix the errors and review your work more easily. It isn't necessary for authors to compile the manual, but we encourage you to do so in order to be able to fix any possible errors and see what your work looks like."); ?></p>
95
95
                <p><?php echo __("To compile the manual go to the <tt>ubuntu-manual/</tt> directory and run <tt>make</tt>."); ?></p>
96
96
        </div>
97
97
</div>