/* if we reach the inspect_min_size we'll trigger inspection,
* so make sure that raw stream is also inspected. Set the
- * data to be used to the ammount of raw bytes we've seen to
+ * data to be used to the amount of raw bytes we've seen to
* get here. */
if (tx_ud->request_body.body_inspected == 0 &&
tx_ud->request_body.content_len_so_far >= hstate->cfg->request.inspect_min_size) {
(uint64_t)hstate->conn->in_data_counter, hstate->last_response_data_stamp);
/* if we reach the inspect_min_size we'll trigger inspection,
* so make sure that raw stream is also inspected. Set the
- * data to be used to the ammount of raw bytes we've seen to
+ * data to be used to the amount of raw bytes we've seen to
* get here. */
if (tx_ud->response_body.body_inspected == 0 &&
tx_ud->response_body.content_len_so_far >= hstate->cfg->response.inspect_min_size) {
cc_barrier();
}
-/** \brief Wait until we have the requested ammount of packets in the pool
+/** \brief Wait until we have the requested amount of packets in the pool
*
* In some cases waiting for packets is undesirable. Especially when
* a wait would happen under a lock of some kind, other parts of the