reword an error message for consistency


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2825 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/ChangeLog b/ChangeLog
index 618ac19..867a28e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,8 +16,10 @@
 	  snprintf() to write the error string we return, as the one
 	  formatted value is a simple string, and so altspell_error will
 	  always be long enough to hold it.  Also remove unnecessary
-	  initialization of altspell_error, and refactor so that msglen
-	  is no longer needed. (DLR)
+	  initialization of altspell_error, refactor so that msglen is
+	  no longer needed, and make the error message more similar to
+	  what the internal spell checker returns under the same
+	  circumstances. (DLR)
   allow_pending_sigwinch()
 	- Simplify by using the "?" operator instead of an if clause.
 	  (DLR)