diff options
-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" || |