summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pwl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pwl.c b/src/pwl.c
index 9a0238d..f048f19 100644
--- a/src/pwl.c
+++ b/src/pwl.c
@@ -210,8 +210,7 @@ enchant_unlock_file (FILE * f)
/**
* enchant_pwl_init
*
- * Returns: a new PWL object used to store/check/suggest words
- * or NULL if the file cannot be opened or created
+ * Returns: a new PWL object used to store/check/suggest words.
*/
EnchantPWL* enchant_pwl_init(void)
{
@@ -230,7 +229,8 @@ EnchantPWL* enchant_pwl_init(void)
/**
* enchant_pwl_init
*
- * Returns: a new PWL object used to store/check/suggest words.
+ * Returns: a new PWL object used to store/check/suggest words
+ * or NULL if the file cannot be opened or created
*/
EnchantPWL* enchant_pwl_init_with_file(const char * file)
{