s/atleast/at\ least

pull/18874/head
Yash Tibrewal 6 years ago
parent 4562e636b4
commit 9345b7e276
  1. 2
      test/core/bad_client/bad_client.cc

@ -257,7 +257,7 @@ bool client_connection_preface_validator(grpc_slice_buffer* incoming,
return false;
}
grpc_slice slice = incoming->slices[0];
/* There should be atleast a settings frame present */
/* There should be at least one settings frame present */
if (GRPC_SLICE_LENGTH(slice) < MIN_HTTP2_FRAME_SIZE) {
return false;
}

Loading…
Cancel
Save