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

@@ -78,5 +78,5 @@ extern void _DtTermFunctionKeyInit(
} /* close scope of 'extern "C"'.... */
#endif /* __cplusplus */
/* DONT'T ADD ANYTHING AFTER THIS #endif... */
/* DON'T ADD ANYTHING AFTER THIS #endif... */
#endif /* _Dt_TermFunctionKey_h */

View File

@@ -66,5 +66,5 @@ typedef struct _UserKeyInfoRec {
} /* close scope of 'extern "C"'.... */
#endif /* __cplusplus */
/* DONT'T ADD ANYTHING AFTER THIS #endif... */
/* DON'T ADD ANYTHING AFTER THIS #endif... */
#endif /* _Dt_TermFunctionKeyP_h */

View File

@@ -944,7 +944,7 @@ Initialize(Widget ref_w, Widget w, Arg *args, Cardinal *num_args)
/* initialize... */
/* we need to insure that everthing is initialized. Let's do a
/* we need to insure that everything is initialized. Let's do a
* checklist...
*/
/* lower euid */

View File

@@ -260,7 +260,7 @@ _DtTermPrimCursorOn(Widget w)
DebugF('F', 1, fprintf(stderr,
"%s() %s calling %s\n",
"_DtTermPrimCursorOn",
"dont care",
"don't care",
"XmImVaSetValues()"));
(void) XmImVaSetValues(w,
XmNspotLocation, &point,

View File

@@ -848,7 +848,7 @@ Initialize(Widget rw, Widget w, Arg *args, Cardinal *num_args)
Debug('T', timeStamp("DtTermView Initialize() starting"));
/* we need to insure that everthing is initialized. Let's do a
/* we need to insure that everything is initialized. Let's do a
* checklist...
*/
/* Widget term created below */
@@ -1038,7 +1038,7 @@ Initialize(Widget rw, Widget w, Arg *args, Cardinal *num_args)
/* create the Term widget...
*/
i = 0;
/* Checklist. Let's make sure we are setting everthing that term
/* Checklist. Let's make sure we are setting everything that term
* needs...
*/