Hello Kevin,

Looking through the documentation of 0.60.8 for some info about
the exit status of aspell, I came across a typo ("termianted")
in the README file.  Then I spell-checked the whole thing and
found another ("implemenation").  Attached patch fixes those.

Then something I've wanted to report since a long time: most
tools allow one to bundle the short options, but aspell doesn't.
When one tries to run 'aspell -xc somefile' it not only fails,
it also says:

  Error:  does not take any parameters.

Something appears to be missing ("-x"?) from the message.

So, it would be good if the manual said that short options
may not be concatenated.

And it would be nice if the manual said something about the
exit status of aspell.  That it is zero when no error occurred.
Whether spelling corrections were made or not cannot be seen
in the exit status.

(On http://aspell.net/ there's a typo too: s/slower/slowly/.)

Benno
From 4c5f97b20d22299e9c37c8c07f16a792f86d2ac8 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <[email protected]>
Date: Wed, 23 Oct 2019 11:02:18 +0200
Subject: [PATCH] docs: fix two typos

---
 manual/readme.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/readme.texi b/manual/readme.texi
index fdd4eb2..6dd0e34 100644
--- a/manual/readme.texi
+++ b/manual/readme.texi
@@ -157,7 +157,7 @@ Error: The file ``@var{some-file}'' is not in the proper format. Incompatible ha
 
 To prevent a potentially unbounded buffer over-read, Aspell no longer
 supports null-terminated UCS-2 and UCS-4 encoded strings with the
-original C API.  Null-termianted 8-bit or UTF-8 encoded strings are
+original C API.  Null-terminated 8-bit or UTF-8 encoded strings are
 still supported, as are UCS-2 and UCS-4 encoded strings when the
 length is passed in.
 
@@ -184,7 +184,7 @@ could result in an unbounded buffer over-read.
 If it is necessary to preserve binary compatibility with older
 versions of Aspell, the easiest thing would be to determine the length
 of the UCS-2/4 string---in bytes---and pass that in.  Due to an
-implemenation detail, existing API functions can be made to work with
+implementation detail, existing API functions can be made to work with
 null-terminated UCS-2/4 strings safely by passing in either @code{-2}
 or @code{-4} (corresponding to the width of the character type) as the
 size.  Doing so, however, will cause a buffer over-read for unpatched
-- 
2.23.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to