From e6616d7017064bab7f055c70cb4f2cac9563505d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 6 Aug 2020 11:51:08 -0700 Subject: [PATCH] Correct a misspeeling --- src/exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exec.h b/src/exec.h index 70046674b..e4c0ea119 100644 --- a/src/exec.h +++ b/src/exec.h @@ -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 &j,