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

@@ -1496,7 +1496,7 @@ map_browse_menu(Widget menu, XtPointer client_data, XtPointer call_data)
/*
* This a seperate routine so that it may be called when a new name is added
* This a separate routine so that it may be called when a new name is added
* from the edit list
*/
extern void
@@ -1573,7 +1573,7 @@ make_browse_menu(Calendar *c) {
XmString xmstr;
/*
* This needs to be a seperate routine so it can be called when the
* This needs to be a separate routine so it can be called when the
* edit list changes the browse menu
*/
update_browse_menu_names(c);

View File

@@ -171,7 +171,7 @@ merge_old_values(Dtcm_appointment *original, Dtcm_appointment *new) {
if (new_attrs == 0)
return;
/* realloc the attrs array to be large enough to accomodate the new
/* realloc the attrs array to be large enough to accommodate the new
attibutes */
new->attrs = (CSA_attribute *) realloc(new->attrs, (dest_attr_num + new_attrs) * sizeof(CSA_attribute));