dave Sat Aug 14 16:44:51 2004 EDT
Modified files:
/phpdoc/en/reference/bcompiler/functions bcompiler-write-class.xml
Log:
- Typos.
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml
diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml:1.2
phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml:1.3
--- phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml:1.2 Fri
Aug 13 12:12:04 2004
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml Sat Aug 14
16:44:51 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-write-class">
<refnamediv>
@@ -17,9 +17,9 @@
&warn.experimental.func;
<para>
This reads the bytecodes from PHP for an existing class, and writes them
- to the open file handle, It does not perform dependancy checking, so make
+ to the open file handle, It does not perform dependency checking, so make
sure you write the classes in an order that will not result in an
- 'undefined class' occuring when you load it.
+ 'undefined class' occurring when you load it.
</para>
<example>
<title><function>bcompiler_write_class</function> example</title>