mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281920 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
03dc111494
commit
d17f5fddd7
1 changed files with 5 additions and 5 deletions
|
@ -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[
|
||||
|
|
Loading…
Reference in a new issue