diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-05 10:20:03 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-05 10:29:47 +0200 |
commit | 92243843ceb11880275da7a59f79fdee728bdc3c (patch) | |
tree | 06b77a8ebf06d6461892c099dbd8fa2cfac42554 | |
parent | cd9a4cc2fac01c1e7acf726edd5741d74605a9b3 (diff) |
Fix typos
-rw-r--r-- | mod/ci-common.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/ci-common.hxx b/mod/ci-common.hxx index e574760..b9cf14a 100644 --- a/mod/ci-common.hxx +++ b/mod/ci-common.hxx @@ -202,9 +202,9 @@ namespace brep // // The last argument, if not NULL, is called to update the service data // associated with the tenant to which this build object belongs. It has - // the same semantics as the retuned function in the tenant service + // the same semantics as the returned function in the tenant service // callbacks (see tenant_service_build_queued). Note that it is only - // called if the rebuild was actually schedules, that is, the current + // called if the rebuild was actually scheduled, that is, the current // state is building or built. // // Note: should be called out of the database transaction. |