Fix typos

This commit is contained in:
Victor Toni
2024-04-10 23:50:36 +02:00
parent c531f2914f
commit 710b1a6f98
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ int TestRunner::run() {
// Handle
auto *item = findMatchItem(*request_obj);
if (!item) {
llvm::errs() << "cound't find matching item for request: " << *request_obj
llvm::errs() << "couldn't find matching item for request: " << *request_obj
<< "\n";
return 1;
}