diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-12 14:31:34 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-12 14:32:29 +0200 |
commit | e46f4790386fa0b9b089ae5113aaf1546f560792 (patch) | |
tree | 9821a684d736cbca918109d71544c07d41fbf697 /mod/mod-ci-github.cxx | |
parent | 3b783e5fdfde4ed0807c4b088253250da5f08153 (diff) |
Fix typo
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r-- | mod/mod-ci-github.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index 79ae9cc..7683a23 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -360,7 +360,7 @@ namespace brep return handle_check_run_rerequest (move (cr), warning_success); } #if 0 - // It loos like we shouldn't be receiving these since we are not + // It looks like we shouldn't be receiving these since we are not // subscribed to them. // else if (cr.action == "created" || |