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

@@ -224,7 +224,7 @@ _DtCm_create_tcp_client(
timeout_tv.tv_usec = 0;
clnt_control(cl, CLSET_TIMEOUT, (char*)&timeout_tv);
/* dont need to set vers_out since it should
/* don't need to set vers_out since it should
* be the same as that of the udp transport
*/
ci->tcpcl = cl;
@@ -529,7 +529,7 @@ destroy_client_info(_DtCm_Client_Info *ci)
}
/*
* Dont limit the number of cached connections right now.
* Don't limit the number of cached connections right now.
* Udp client handle does not use up file descriptor only space.
* Tcp client handle is kept open only when there's at least one
* calendar registered with the host and the user probably won't

View File

@@ -1093,7 +1093,7 @@ extern char *_CSA_entry_subtype_values[];
/* COMMON EXTENSIONS DECLARATIONS */
/* EXTENSTION SET ID */
/* EXTENSION SET ID */
/* Common Extension Set */
#define CSA_XS_COM ((CSA_uint32)0)