Spelling fixes
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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...
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user