Merge pull request #18874 from yashykt/atleast

s/atleast/at\ least
reviewable/pr18746/r7^2
Yash Tibrewal 6 years ago committed by GitHub
commit a2cea50402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/bad_client/bad_client.cc

@ -257,7 +257,7 @@ bool client_connection_preface_validator(grpc_slice_buffer* incoming,
return false; return false;
} }
grpc_slice slice = incoming->slices[0]; 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) { if (GRPC_SLICE_LENGTH(slice) < MIN_HTTP2_FRAME_SIZE) {
return false; return false;
} }

Loading…
Cancel
Save