Fix typo and update CHANGES.txt

pull/10148/head
Jorg Brown 3 years ago
parent 4eeaacd3fd
commit 8deb95bda9
  1. 4
      CHANGES.txt
  2. 2
      conformance/conformance_cpp.cc

@ -3,6 +3,10 @@ Unreleased version
* Handle reflection for message splitting.
* make metadata fields lazy.
* Extend visibility of plugin library to upb
* Take StringPiece instead of const string& in absl stubs.
* Modernize conformance_cpp.cc.
* Don't request 64-byte alignment unless the toolchain supports it.
2022-05-27 version 21.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby)

@ -270,6 +270,6 @@ int main() {
}
total_runs++;
}
GOOGLE_LOG(INFO) << "conformance-cpp: recieved EOF from test runner after "
GOOGLE_LOG(INFO) << "conformance-cpp: received EOF from test runner after "
<< total_runs << " tests";
}

Loading…
Cancel
Save