mirror of
https://github.com/boostorg/process.git
synced 2026-01-30 08:02:37 +00:00
typo fixes.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user