1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix many spelling errors and word repetitions (#188)

Many of the errors fixed in this commit are word repetitions
such as 'the the' and minor spelling errors. One formatting
error in the ksh man page has also been fixed.
This commit is contained in:
Johnothan King 2021-02-19 19:22:24 -08:00 committed by GitHub
parent 4e47f89b06
commit 2b805f7f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 95 additions and 95 deletions

View file

@ -24,7 +24,7 @@
/*
* table of reserved words in shell language
* This list must be in in ascii sorted order
* This list must be in ASCII sorted order
*/
const Shtable_t shtab_reserved[] =

View file

@ -25,7 +25,7 @@
/*
* This is the list of invocation and set options
* This list must be in in ascii sorted order
* This list must be in ASCII sorted order
*/
const Shtable_t shtab_options[] =