diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-03 10:54:28 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 1b164be173514357bad3d35908c8941af84ec99b (patch) | |
tree | 039df401d51c437ae0463ec10003ef198150cfe0 | |
parent | 7bf75ef9aadc76533ef339c19b5e816d0768379e (diff) |
Fix typo
-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 |