[PEAR-BUG] Documentation Problem #11980 [NEW]: typo 'Polands'
[email protected] ("glowacki at europa dot pl")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
From: joeaccord Operating system: any Package version: PHP version: 5.2.4 Package: Documentation Bug Type: Documentation Problem Bug description: typo 'Polands' Description: ------------ file: /peardoc/en/package/validate.xml ... <listitem><para>Netherlands: Validate_NL</para></listitem> <listitem><para>New Zealand: Validate_NZ</para></listitem> <listitem><para>Polands: Validate_PL</para></listitem> // 'Polands' -> 'Poland' file: /peardoc/en/package/validate/validate_tablecross.xml ... <row> <entry> <para>Polands </para> // 'Polands' -> 'Poland' Expected result: ---------------- file: /peardoc/en/package/validate.xml ... <listitem><para>Netherlands: Validate_NL</para></listitem> <listitem><para>New Zealand: Validate_NZ</para></listitem> <listitem><para>Poland: Validate_PL</para></listitem> ... file: /peardoc/en/package/validate/validate_tablecross.xml ... <row> <entry> <para>Poland </para> ... -- Edit bug report at http://pear.php.net/bugs/bug.php?id=11980&edit=11 --