Skip to content

Commit

Permalink
chore: Fix typo in CLI response
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansimon1 authored and rizsotto committed Oct 1, 2023
1 parent 69e94ff commit 94fc53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/intercept/source/collect/Intercept.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace {
})
.template map_err<std::runtime_error>([&executable](auto error) {
return std::runtime_error(
fmt::format("Could not found: {}: {}", executable, sys::error_string(error)));
fmt::format("Could not find: {}: {}", executable, sys::error_string(error)));
});
});

Expand Down

0 comments on commit 94fc53b

Please sign in to comment.