Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -905,7 +905,7 @@ PdmPrinterBoxResizeCB(Widget w,
XmNheight, r2.height,
NULL);
/*
* resize the drawing area to accomodate the new layout
* resize the drawing area to accommodate the new layout
*/
XtVaSetValues(w,
XmNwidth, r1.width,
@@ -2529,7 +2529,7 @@ SizeCtlCreateWindow(SizeCtl* me, Widget parent)
SizeCtlSelectCB, (XtPointer)me);
/*
* hide the horizontal scroll bar, since the width of the list has
* been set to accomodate the widest item.
* been set to accommodate the widest item.
*/
hscroll = XtNameToWidget(XtParent(me->list_box), "*HorScrollBar");
XtVaSetValues(hscroll,