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