Skip to content

Commit

Permalink
#Centipede Fix typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 646456791
  • Loading branch information
QrczakMK authored and copybara-github committed Jun 25, 2024
1 parent ba70b71 commit 80d94b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centipede/batch_fuzz_example/customized_centipede.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void UpdateBatchResult(const bool feature_only_feedback,
ByteArray content;
ReadFromLocalFile(std::string(entries[index]), content);
if (content.empty()) {
LOG(WARNING) << "Skip updating batch result with an emtpy output file: "
LOG(WARNING) << "Skip updating batch result with an empty output file: "
<< entries[index];
continue;
}
Expand Down

0 comments on commit 80d94b8

Please sign in to comment.