Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -766,7 +766,7 @@ int *errflg ;
}
return(-1) ;
default :
USAGE2("System call error occured. fal_utyerror = %d fal_utyderror = %d\n", fal_utyerror, fal_utyderror ) ;
USAGE2("System call error occurred. fal_utyerror = %d fal_utyderror = %d\n", fal_utyerror, fal_utyderror ) ;
return(-2) ;
}
case _FAL_FONT_ER :
@@ -778,7 +778,7 @@ int *errflg ;
}
return(-1) ;
case _FAL_MALOC_ER :
USAGE("malloc error occured.\n" ) ;
USAGE("malloc error occurred.\n" ) ;
return(-2) ;
default :
USAGE1("%s : cannot get font information list.\n", command_name ) ;
@@ -885,7 +885,7 @@ FalFontData *choose;
if ( diff.size.h < 0 ) return 1;
if ( diff.size.h > 0 ) return 0;
/* letter size hieght */
/* letter size height */
if ( diff.letter.h < 0 ) return 1;
if ( diff.letter.h > 0 ) return 0;