diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:17:28 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:17:28 +0200 |
commit | 37c329d7153b65fd2430fa42e8af8e8a0cbc0a41 (patch) | |
tree | 7041c722228f74286b96c50fc834652f0c29156f /ext/pspell/README | |
parent | 6c2c7dabee006fa735307d92bb223a1fa3d47414 (diff) | |
download | php-git-37c329d7153b65fd2430fa42e8af8e8a0cbc0a41.tar.gz |
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/pspell/README')
-rw-r--r-- | ext/pspell/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pspell/README b/ext/pspell/README index 2e68a2cb9d..58806289db 100644 --- a/ext/pspell/README +++ b/ext/pspell/README @@ -43,9 +43,9 @@ pspell_new() and specifying the custom dictionary as the first parameter. The parameter probably should begin with '/' because otherwise it will be relative to $HOME, which is probably set to "/root". This is probably not what you want because you need write access for nobody to be able to write -to a dictionary. Once the dictionary is open, you can use -pspell_add_to_personal() to add words to the wordlist and finally -pspell_save_wordlist() to save it. +to a dictionary. Once the dictionary is open, you can use +pspell_add_to_personal() to add words to the wordlist and finally +pspell_save_wordlist() to save it. Note that at this moment pspell_save_wordlist() will return TRUE, even if there was an error. This will be changed once pspell library is fixed.
\ No newline at end of file |