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

@@ -1152,7 +1152,7 @@ abmf_usage(void)
fprintf(stderr, "%s", catgets(Dtb_project_catd, 1, 17,
"Files with extension .bip are assumend to be BIL project files, files with\n"));
fprintf(stderr, "%s", catgets(Dtb_project_catd, 1, 18,
".bix extenstion are assumed to be encapsulated BIL files, and files\n"));
".bix extension are assumed to be encapsulated BIL files, and files\n"));
fprintf(stderr, "%s", catgets(Dtb_project_catd, 1, 19,
"With a .bil extension are assumed to be BIL module files.\n\n"));

View File

@@ -24,7 +24,7 @@ $set 1
15 "file is specified, a project file containing the specified module(s) is\n"
16 "searched for in the current directory.\n\n"
17 "Files with extension .bip are assumend to be BIL project files, files with\n"
18 ".bix extenstion are assumed to be encapsulated BIL files, and files\n"
18 ".bix extension are assumed to be encapsulated BIL files, and files\n"
19 "with a .bil extension are assumed to be BIL module files.\n"
20 "Options (* = default, + = default with no project file):\n"
21 " -help (-h) Print out this help message\n"

View File

@@ -261,7 +261,7 @@ static LibFuncRec abmfP_lrc_set_label_pixmaps =
" }\n"
"\n"
" /*\n"
" * Set the approriate resources.\n"
" * Set the appropriate resources.\n"
" */\n"
" XtVaSetValues(widget, XmNlabelType, XmPIXMAP, NULL);\n"
" if (labelPixmap != 0)\n"
@@ -508,7 +508,7 @@ static LibFuncRec abmfP_lrc_set_label_from_bitmap_data =
/* def */
"/*\n"
" * Sets both the sensitive and insensitve pixmaps\n"
" * Sets both the sensitive and insensitive pixmaps\n"
" */\n"
"int\n"
"dtb_set_label_from_bitmap_data(\n"
@@ -599,7 +599,7 @@ static LibFuncRec abmfP_lrc_set_label_from_xpm_data =
/* def */
"/*\n"
" * Sets both the sensitive and insensitve pixmaps\n"
" * Sets both the sensitive and insensitive pixmaps\n"
" */\n"
"int\n"
"dtb_set_label_from_xpm_data(\n"

View File

@@ -642,7 +642,7 @@ dtb_set_label_pixmaps(
}
/*
* Set the approriate resources.
* Set the appropriate resources.
*/
XtVaSetValues(widget, XmNlabelType, XmPIXMAP, NULL);
if (labelPixmap != NULL)
@@ -802,7 +802,7 @@ dtb_set_label_from_image_file(
/*
* Sets both the sensitive and insensitve pixmaps
* Sets both the sensitive and insensitive pixmaps
*/
int
dtb_set_label_from_bitmap_data(
@@ -877,7 +877,7 @@ dtb_set_label_from_bitmap_data(
/*
* Sets both the sensitive and insensitve pixmaps
* Sets both the sensitive and insensitive pixmaps
*/
int
dtb_set_label_from_xpm_data(