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

Fix 80 typos in comments

(cherry picked from commit 7dca902a85dc02e5df66f0f45a00d1575e7a0220)
This commit is contained in:
Martijn Dekker 2020-03-01 16:52:45 +01:00
parent 53443bb981
commit 39a14c1000
58 changed files with 80 additions and 80 deletions

View file

@ -163,7 +163,7 @@ typedef unsigned long Cctype_t;
char tbuf[2 * PATH_MAX]; /* type string */ \
Cctype_t cctype[UCHAR_MAX + 1]; /* char code types */ \
unsigned int count[UCHAR_MAX + 1]; /* char frequency count */ \
unsigned int multi[UCHAR_MAX + 1]; /* muti char count */ \
unsigned int multi[UCHAR_MAX + 1]; /* multi char count */ \
int keep[MAXNEST]; /* ckmagic nest stack */ \
char* cap[MAXNEST]; /* ckmagic mime stack */ \
char* msg[MAXNEST]; /* ckmagic text stack */ \

View file

@ -24,7 +24,7 @@
* Glenn Fowler
* AT&T Research
*
* multi-pass commmand line option parse assist
* multi-pass command line option parse assist
*
* int fun(char** argv, int last)
*

View file

@ -25,7 +25,7 @@
* AT&T Research
*
* common process execution support with
* proper sfio, signal and wait() syncronization
* proper sfio, signal and wait() synchronization
*
* _ contains the process path name and is
* placed at the top of the environment

View file

@ -187,7 +187,7 @@ init(register char* s)
{
/*
* load the default locale messages
* this assumes one mesage set for ast (AST_MESSAGE_SET or fallback to 1)
* this assumes one message set for ast (AST_MESSAGE_SET or fallback to 1)
* different packages can share the same message catalog
* name by using different message set numbers
* see <mc.h> mcindex()