2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-30 08:02:37 +00:00

typo fixes.

This commit is contained in:
Klemens Morgenstern
2024-10-25 09:46:31 +08:00
parent 05e8eb3005
commit 606d4d89e4
8 changed files with 8 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ struct shell_category_t final : public error_category
const char* name() const noexcept
{
return "process.v2.utf8";
return "process.v2.shell";
}
std::string message(int value) const
{