Correct a misspeeling

This commit is contained in:
ridiculousfish
2020-08-06 11:51:08 -07:00
parent 916ffe8273
commit e6616d7017

View File

@@ -13,7 +13,7 @@
#define PIPE_ERROR _(L"An error occurred while setting up pipe")
/// Execute the processes specified by \p j in the parser \p.
/// On a true return, the job was successfully launched and hte parser will take responsibility for
/// On a true return, the job was successfully launched and the parser will take responsibility for
/// cleaning it up. On a false return, the job could not be launched and the caller must clean it
/// up.
__warn_unused bool exec_job(parser_t &parser, const std::shared_ptr<job_t> &j,