With this example file:
$ cat > file
Abourt time!
$
Here is the current output:
file:1: Abourt ==> Abort, about
Here is the output I would expect:
file:1: Abourt ==> Abort, About
Note the missing capitalization of the second (and subsequent) suggested fix about.
With this example file:
Here is the current output:
Here is the output I would expect:
Note the missing capitalization of the second (and subsequent) suggested fix
about.