summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/knowledge/knowledge_learn_word.c')
-rw-r--r--src/knowledge/knowledge_learn_word.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knowledge/knowledge_learn_word.c b/src/knowledge/knowledge_learn_word.c
index 605af8e..8af3ef0 100644
--- a/src/knowledge/knowledge_learn_word.c
+++ b/src/knowledge/knowledge_learn_word.c
@@ -87,7 +87,7 @@ static int reallocate_words_list
ZoO_S_ERROR
(
io,
- "Unable to store the size of the words list, as it would overflow"
+ "Unable to store the size of the words list, as it would overflow "
"size_t variables."
);
@@ -134,8 +134,8 @@ static int reallocate_words_sorted_list
{
ZoO_S_ERROR
(
- "Unable to store the size of the sorted words list, as it would"
- " overflow size_t variables."
+ "Unable to store the size of the sorted words list, as it would "
+ "overflow size_t variables."
);
return -1;