Last of the spelling fixed
This commit is contained in:
@@ -291,7 +291,7 @@ char *argv[];
|
||||
} else {
|
||||
num_gr = 1 ;
|
||||
if( (gr = (FalGlyphRegion *)malloc( sizeof(FalGlyphRegion) * num_gr )) == NULL ) {
|
||||
USAGE1("%s : malloc error occured. Terminates abnormally.\n", argv[0]);
|
||||
USAGE1("%s : malloc error occurred. Terminates abnormally.\n", argv[0]);
|
||||
exit(1) ;
|
||||
}
|
||||
gr[0].start = MIN_CODE ;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -1175,7 +1175,7 @@ _fallcGetLocaleDataBase(lcd, category, name, value, count)
|
||||
/* _fallcDestroyLocaleDataBase(lcd) */
|
||||
/*----------------------------------------------------------------------*/
|
||||
/* This function destroy the XLocale Database that bound to the */
|
||||
/* specified lcd. If the XLocale Database is refered from some */
|
||||
/* specified lcd. If the XLocale Database is referred from some */
|
||||
/* other lcd, this function just decreases reference count of */
|
||||
/* the database. If no locale refers the database, this function */
|
||||
/* remove it from the cache list and free work area. */
|
||||
|
||||
@@ -761,7 +761,7 @@ static CTDataRec ctdata[] =
|
||||
};
|
||||
|
||||
/* Note on above table: euc_ctstombs() and euc_ctstowcs() parser depends on
|
||||
* certain table entries occuring in decreasing string length--
|
||||
* certain table entries occurring in decreasing string length--
|
||||
* 1. CT_EXT2 and CT_EXT0 entries must occur after CT_NSTD entries.
|
||||
* 2. CT_DIR and CT_EXT1 entries must occur after CT_DIR entries.
|
||||
*/
|
||||
|
||||
@@ -832,7 +832,7 @@ static CTDataRec ctdata[] =
|
||||
};
|
||||
|
||||
/* Note on above table: sjis_ctstombs() and sjis_ctstowcs() parser depends on
|
||||
* certain table entries occuring in decreasing string length--
|
||||
* certain table entries occurring in decreasing string length--
|
||||
* 1. CT_EXT2 and CT_EXT0 entries must occur after CT_NSTD entries.
|
||||
* 2. CT_DIR and CT_EXT1 entries must occur after CT_DIR entries.
|
||||
*/
|
||||
|
||||
@@ -744,7 +744,7 @@ typedef struct {
|
||||
|
||||
/*
|
||||
* An X Input Manager (IM). Implementations may need to extend this data
|
||||
* structure to accomodate additional data, state information etc.
|
||||
* structure to accommodate additional data, state information etc.
|
||||
*/
|
||||
typedef struct _XIM {
|
||||
XIMMethods methods; /* method list of this IM */
|
||||
@@ -840,7 +840,7 @@ typedef struct {
|
||||
|
||||
/*
|
||||
* an Input Context. Implementations may need to extend this data
|
||||
* structure to accomodate additional data, state information etc.
|
||||
* structure to accommodate additional data, state information etc.
|
||||
*/
|
||||
typedef struct _XIC {
|
||||
XICMethods methods; /* method list of this IC */
|
||||
|
||||
@@ -112,7 +112,7 @@ information is kept on a per-level basis.
|
||||
|
||||
(3) Sometimes the widget instance tree is structured such that you get the same
|
||||
class name repeated on the fully qualified widget name. This can result in the
|
||||
same database level occuring multiple times on the search list. The code below
|
||||
same database level occurring multiple times on the search list. The code below
|
||||
only checks to see if you get two identical search lists in a row, rather than
|
||||
look back through all database levels, but in practice this removes all
|
||||
duplicates I've ever observed.
|
||||
@@ -1282,7 +1282,7 @@ static void GetDatabase(db, str, filename, doall)
|
||||
char oldc;
|
||||
|
||||
/*
|
||||
* A parsing error has occured, toss everything on the line
|
||||
* A parsing error has occurred, toss everything on the line
|
||||
* a new_line can still be escaped with a '\'.
|
||||
*/
|
||||
|
||||
@@ -1448,7 +1448,7 @@ static void GetDatabase(db, str, filename, doall)
|
||||
/*
|
||||
* It is important to make sure that there is room for at least
|
||||
* four more characters in the buffer, since I can add that
|
||||
* many characters into the buffer after a backslash has occured.
|
||||
* many characters into the buffer after a backslash has occurred.
|
||||
*/
|
||||
|
||||
if (ptr + len > ptr_max) {
|
||||
|
||||
@@ -1905,7 +1905,7 @@ FalFontData *choose;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* letter size hieght */
|
||||
/* letter size height */
|
||||
if ( diff.letter.h < 0 ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -843,7 +843,7 @@ char *fname ;
|
||||
return(-2) ;
|
||||
}
|
||||
case _FAL_MALOC_ER :
|
||||
USAGE("System call error occured.\n" ) ;
|
||||
USAGE("System call error occurred.\n" ) ;
|
||||
return(-2) ;
|
||||
default :
|
||||
USAGE3("There is no font file correspond to specified font.\n(%s)\n fal_utyerror = %d fal_utyderror = %d\n",
|
||||
|
||||
Reference in New Issue
Block a user