vrana Wed Apr 21 17:14:25 2004 EDT
Modified files:
/phpdoc/en/reference/xdiff/functions xdiff-string-diff-binary.xml
xdiff-string-diff.xml
Log:
Typo
http://cvs.php.net/diff.php/phpdoc/en/reference/xdiff/functions/xdiff-string-diff-binary.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xdiff/functions/xdiff-string-diff-binary.xml
diff -u phpdoc/en/reference/xdiff/functions/xdiff-string-diff-binary.xml:1.2
phpdoc/en/reference/xdiff/functions/xdiff-string-diff-binary.xml:1.3
--- phpdoc/en/reference/xdiff/functions/xdiff-string-diff-binary.xml:1.2 Wed
Apr 21 17:10:21 2004
+++ phpdoc/en/reference/xdiff/functions/xdiff-string-diff-binary.xml Wed Apr 21
17:14:25 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xdiff-string-diff-binary">
<refnamediv>
@@ -20,7 +20,7 @@
strings <parameter>str1</parameter> and <parameter>str2</parameter>.
</para>
<para>
- Returns string with result or &false; if and internal error happened.
+ Returns string with result or &false; if an internal error happened.
</para>
<para>
See also <function>xdiff_file_diff_binary</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/xdiff/functions/xdiff-string-diff.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/xdiff/functions/xdiff-string-diff.xml
diff -u phpdoc/en/reference/xdiff/functions/xdiff-string-diff.xml:1.1
phpdoc/en/reference/xdiff/functions/xdiff-string-diff.xml:1.2
--- phpdoc/en/reference/xdiff/functions/xdiff-string-diff.xml:1.1 Mon Feb 9
13:09:54 2004
+++ phpdoc/en/reference/xdiff/functions/xdiff-string-diff.xml Wed Apr 21 17:14:25
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xdiff-string-diff">
<refnamediv>
@@ -25,7 +25,7 @@
&true; if you want to minimalize size of diff (can take a long time).
</para>
<para>
- Returns string with result or &false; if and internal error happened.
+ Returns string with result or &false; if an internal error happened.
</para>
<para>
See also <function>xdiff_file_diff</function>.