diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-03 10:54:28 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | fabc646ba6baeb0b166da79ae34f75eb130fdcd8 (patch) | |
tree | a63b648ef082cde164bf6ae8dafa363fcb2ae981 /mod | |
parent | 8f80e2562bc1195c6e817d3c7b5de73d0484f6ba (diff) |
Fix typo
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ci-common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ci-common.hxx b/mod/ci-common.hxx index 848bca1..6a07154 100644 --- a/mod/ci-common.hxx +++ b/mod/ci-common.hxx @@ -24,7 +24,7 @@ namespace brep // If the request handling has been performed normally, then return the // information that corresponds to the CI result manifest (see CI Result - // Manifest in the manual). Otherwise (some internal has error occured), + // Manifest in the manual). Otherwise (some internal error has occured), // log the error and return nullopt. // // The arguments correspond to the CI request and overrides manifest |