dave Mon Oct 13 04:48:19 2003 EDT
Modified files:
/phpdoc/en/reference/url/functions parse-url.xml
Log:
- Acronym case consistency, and iF=If
Index: phpdoc/en/reference/url/functions/parse-url.xml
diff -u phpdoc/en/reference/url/functions/parse-url.xml:1.7
phpdoc/en/reference/url/functions/parse-url.xml:1.8
--- phpdoc/en/reference/url/functions/parse-url.xml:1.7 Thu Oct 9 09:35:12 2003
+++ phpdoc/en/reference/url/functions/parse-url.xml Mon Oct 13 04:48:19 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/url.xml, last change in rev 1.2 -->
<refentry id="function.parse-url">
<refnamediv>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
This function returns an associative array containing any of the
- various components of the URL that are present. iF one of them is
+ various components of the URL that are present. If one of them is
missing, no entry will be created for it. The components are :
<itemizedlist>
<listitem>
@@ -62,12 +62,12 @@
<para>
This function is <emphasis role="strong">not</emphasis> meant to validate
the given URL, it only breaks it up into the above listed parts. Partial
- urls are also accepted, <function>parse_url</function> tries its best to
+ URLs are also accepted, <function>parse_url</function> tries its best to
parse them correctly.
</para>
<note>
<para>
- This function doesn't work with relative urls.
+ This function doesn't work with relative URLs.
</para>
</note>
<example>