Spelling fixes
This commit is contained in:
@@ -1281,7 +1281,7 @@ ForceChildSizes(DtComboBoxWidget combo)
|
||||
full_available_height = available_height = 1;
|
||||
}
|
||||
else {
|
||||
/* Seperator need available_height plus the vertical_spacing */
|
||||
/* Separator need available_height plus the vertical_spacing */
|
||||
full_available_height = (available_height +
|
||||
(COMBO_V_SPACING(combo) * 2));
|
||||
}
|
||||
|
||||
@@ -954,7 +954,7 @@ _DtEditorDialogReplaceCB(
|
||||
|
||||
/*
|
||||
* _DtEditorDialogReplaceAllCB is attached to the "Change All" button
|
||||
* in the Find/Change dialog. It replaces all occurances of the "Find"
|
||||
* in the Find/Change dialog. It replaces all occurrences of the "Find"
|
||||
* string with the "Change To" string.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user