Last of the spelling fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user