fix spelling

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281920 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-06-10 11:30:35 +00:00
parent 03dc111494
commit d17f5fddd7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.getopt">
<refnamediv>
<refname>getopt</refname>
@ -69,7 +69,7 @@
if a value has leading white space or not.
<note>
<simpara>
Optional values do not accept <literal>" "</literal> (space) as a seperator.
Optional values do not accept <literal>" "</literal> (space) as a separator.
</simpara>
</note>
</para>
@ -132,7 +132,7 @@
&reftitle.examples;
<para>
<example xml:id="getopt.examples-1">
<title><function>getopt</function> Example</title>
<title><function>getopt</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@ -159,7 +159,7 @@ array(2) {
</para>
<para>
<example xml:id="getopt.examples-2">
<title><function>getopt</function> Example#2</title>
<title><function>getopt</function> example#2</title>
<programlisting role="php">
<![CDATA[
<?php
@ -206,7 +206,7 @@ array(6) {
</para>
<para>
<example xml:id="getopt.examples-3">
<title><function>getopt</function> Example#3</title>
<title><function>getopt</function> example#3</title>
<para>Passing multiple options as one</para>
<programlisting role="php">
<![CDATA[