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

@@ -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));
}

View File

@@ -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.
*/