Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -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 */
{