mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed Copy-n-Paste typo in example for pspell_new_config()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2e24bde8a9
commit
b203a027d1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
|
||||
<!-- pspell currently (2001-08-14) doesn't use resources -->
|
||||
<reference id="ref.pspell">
|
||||
|
@ -639,7 +639,7 @@ $pspell_link = pspell_new ("en", "", "", "",
|
|||
$pspell_config = pspell_config_create ("en");
|
||||
pspell_config_personal ($pspell_config, "/var/dictionaries/custom.pws");
|
||||
pspell_config_repl ($pspell_config, "/var/dictionaries/custom.repl");
|
||||
$pspell_link = pspell_new_personal ($pspell_config, "en");
|
||||
$pspell_link = pspell_new_config ($pspell_config);
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue