Spelling fixes
This commit is contained in:
@@ -472,7 +472,7 @@ TRUTHTAB *boolyac_NOT (TRUTHTAB *oldtt) {
|
||||
* generated dynamically. At the parse level it is equivalent
|
||||
* to a separate 'word' with its own (undetermined) record set.
|
||||
* So it's given its own slot in saveusr.stems. The word
|
||||
* in saveusr.stems is formated "@ssttv[v...]" where ss and tt are
|
||||
* in saveusr.stems is formatted "@ssttv[v...]" where ss and tt are
|
||||
* ascii numbers that index the original collocated words
|
||||
* in saveusr.stems, and v... is the collocation value integer.
|
||||
* For example, "@03005" represents the collocation of stem
|
||||
|
||||
@@ -886,7 +886,7 @@ static int load_include_list (DBLK *dblk, DBLK *dblist)
|
||||
PROGNAME"1350 Include list file name = '%s'.\n",
|
||||
dblk->fname_inc);
|
||||
|
||||
/* Dont reload the same file if it's already
|
||||
/* Don't reload the same file if it's already
|
||||
* been loaded into a previous dblk in a list.
|
||||
* Code works just fine if dblist == NULL.
|
||||
*/
|
||||
@@ -989,7 +989,7 @@ static int load_stop_list (DBLK *dblk, DBLK *dblist)
|
||||
PROGNAME"1448 Stoplist file name = '%s'.\n",
|
||||
dblk->fname_stp);
|
||||
|
||||
/* Dont reload the same file if it's already
|
||||
/* Don't reload the same file if it's already
|
||||
* been loaded into a previous dblk in a list.
|
||||
* Code works just fine if dblist == NULL.
|
||||
*/
|
||||
@@ -1127,7 +1127,7 @@ static int load_paice_suffixes (DBLK *dblk, DBLK *dblist)
|
||||
PROGNAME"1740 Paice suffix file name = '%s'.\n",
|
||||
dblk->fname_sfx);
|
||||
|
||||
/* Dont reload the same file if it's already
|
||||
/* Don't reload the same file if it's already
|
||||
* been loaded into a previous dblk in a list,
|
||||
* but flag it so it won't be freed at unload_language/REINIT.
|
||||
* Code works just fine if dblist == NULL.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
/*-----------------------------------------------------------------------
|
||||
|
||||
reclast.c - find last record occurance in database
|
||||
reclast.c - find last record occurrence in database
|
||||
|
||||
reclast is used to setup a scan of a database by database number
|
||||
backwards, and is complementary to recfrst.
|
||||
@@ -71,10 +71,10 @@
|
||||
/* ********************** LOCAL FUNCTION DECLARATIONS **************** */
|
||||
|
||||
/* ======================================================================
|
||||
d_reclast - find last record occurance in database
|
||||
d_reclast - find last record occurrence in database
|
||||
*/
|
||||
int d_reclast( rec TASK_PARM DBN_PARM )
|
||||
int rec; /* record # to find last occurance of */
|
||||
int rec; /* record # to find last occurrence of */
|
||||
TASK_DECL
|
||||
DBN_DECL /* optional database number */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user