mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Various minor capitalization and typo fixes (#371)
This commit fixes various minor typos, punctuation errors and corrects the capitalization of many names.
This commit is contained in:
parent
cd562b16e2
commit
e54001d58b
204 changed files with 779 additions and 784 deletions
|
|
@ -45,7 +45,7 @@ static struct
|
|||
} state;
|
||||
|
||||
/*
|
||||
* this is unix dadgummit
|
||||
* this is Unix dadgummit
|
||||
*/
|
||||
|
||||
static int
|
||||
|
|
@ -183,7 +183,7 @@ static const Map_t map[] =
|
|||
#undef extern
|
||||
|
||||
/*
|
||||
* convert ms word date spec w to posix strftime format f
|
||||
* convert MS Word date spec w to POSIX strftime format f
|
||||
* next char after f returned
|
||||
* the caller already made sure f is big enough
|
||||
*/
|
||||
|
|
@ -376,7 +376,7 @@ native_lc_time(Lc_info_t* li)
|
|||
if (!standardized(li, b))
|
||||
{
|
||||
/*
|
||||
* synthesize TM_TIME format from the ms word template
|
||||
* synthesize TM_TIME format from the MS Word template
|
||||
*/
|
||||
|
||||
if (!GetLocaleInfo(lcid, LOCALE_ITIME, buf, sizeof(buf)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue