Fixed some typos.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41497 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2001-02-19 12:30:05 +00:00
parent aa99044925
commit 3068d4ace1

View file

@ -1302,13 +1302,13 @@ cpdf_restore($pdf)
<function>cpdf_newpath</function>
</funcdef>
<paramdef>int
<parameter>pdf_document</parameter>
<parameter>pdf document</parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
<para>
The <function>cpdf_newpath</function> starts a new path on the
document given by the <parameter>pdf_document</parameter>
document given by the <parameter>pdf document</parameter>
parameter.
</para>
</refsect1>
@ -1660,7 +1660,7 @@ cpdf_restore($pdf)
<para>
The <function>cpdf_closepath_stroke</function> function is a
combination of <function>cpdf_closepath</function> and
<function>cpdf_stroke</function>. Than clears the path.
<function>cpdf_stroke</function>. Then clears the path.
</para>
<para>
See also <function>cpdf_closepath</function>,