Last of the spelling fixed
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -1396,7 +1396,7 @@ generate_recurrence_rule(Dtcm_appointment *appt, int version) {
|
||||
* This function will scan for X number of appointments in the file and add
|
||||
* each to the linked list unless the validation routine returns an error.
|
||||
* If this happens, the invalid appointment is still added to the list so the
|
||||
* calling routine can do further processing if neccessary, but the remaining
|
||||
* calling routine can do further processing if necessary, but the remaining
|
||||
* appointments in the file (if any) are not read.
|
||||
*/
|
||||
extern Validate_op
|
||||
|
||||
@@ -117,7 +117,7 @@ ReToString(
|
||||
/*
|
||||
* Takes an array of numbers, converts them back into their string
|
||||
* type (e.g. SU 1W etc) and puts them into a string buffer with end
|
||||
* marks as necessary, seperated by spaces.
|
||||
* marks as necessary, separated by spaces.
|
||||
*/
|
||||
static void
|
||||
NumsToBuf(
|
||||
|
||||
@@ -1186,7 +1186,7 @@ _DtCm_deregister_callback_4_svc(Registration_4 *r, struct svc_req *svcrq)
|
||||
* 2) if the (transient) program, version, & procnum match
|
||||
* the original registration, and
|
||||
* 3) if the process id of the client matches the
|
||||
* orignal registration
|
||||
* original registration
|
||||
*
|
||||
* ... only then is it ok to decommission the ticket.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user