diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-07-02 12:32:40 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-07-03 14:36:14 +0300 |
commit | fcb426c76abb599d05aba62b35a943989fe8f4a5 (patch) | |
tree | d586d51d91bf5d4fdfbec352c0fdf4be5e3724d8 /src/sdpd-request.c | |
parent | 488af0f4da212de98b8e48b07c6a4573ec7adc50 (diff) |
Fix common misspelled words
Accounting of misspelled words, as detected by codespell:
acording 2
ancilliary 1
appropiate 1
atribute 1
cant 1
comming 2
gracefull 1
lenght 1
mispelled 1
occured 1
occurences 1
ocurred 3
prefered 1
presense 1
reponse 1
seperate 1
succesful 1
successully 1
sucessfull 1
sucessfully 1
Diffstat (limited to 'src/sdpd-request.c')
-rw-r--r-- | src/sdpd-request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdpd-request.c b/src/sdpd-request.c index 9920e9b90..ff00df75a 100644 --- a/src/sdpd-request.c +++ b/src/sdpd-request.c @@ -698,7 +698,7 @@ static int service_attr_req(sdp_req_t *req, sdp_buf_t *buf) } /* - * Calculate Attribute size acording to MTU + * Calculate Attribute size according to MTU * We can send only (MTU - sizeof(sdp_pdu_hdr_t) - sizeof(sdp_cont_state_t)) */ max_rsp_size = MIN(max_rsp_size, req->mtu - sizeof(sdp_pdu_hdr_t) - @@ -853,7 +853,7 @@ static int service_search_attr_req(sdp_req_t *req, sdp_buf_t *buf) memset(tmpbuf.data, 0, USHRT_MAX); /* - * Calculate Attribute size acording to MTU + * Calculate Attribute size according to MTU * We can send only (MTU - sizeof(sdp_pdu_hdr_t) - sizeof(sdp_cont_state_t)) */ max = MIN(max, req->mtu - sizeof(sdp_pdu_hdr_t) - SDP_CONT_STATE_SIZE - sizeof(uint16_t)); |