summaryrefslogtreecommitdiff
path: root/ext/pspell/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pspell/README')
-rw-r--r--ext/pspell/README6
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