From 3af53fb5157909a51756a6aa41ea6875103572d1 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Fri, 28 Jul 2023 14:58:32 +0200 Subject: [PATCH] Fix typo's. --- .github/workflows/python.yml | 2 +- group_manager/templates/group_manager/index.html | 4 ++-- user/user.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a5511cd1..07cb82ba 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -31,7 +31,7 @@ jobs: - name: Check code for common misspellings run: | - codespell -q 3 --skip="*.r,*.xsd,*.json" || true + codespell -q 3 --skip="*.css,*.r,*.xsd,*.json,*.map,*.js" || true - name: Check McCabe complexity run: | diff --git a/group_manager/templates/group_manager/index.html b/group_manager/templates/group_manager/index.html index 322430ae..fb2cabc7 100644 --- a/group_manager/templates/group_manager/index.html +++ b/group_manager/templates/group_manager/index.html @@ -160,7 +160,7 @@

Group manager

@@ -266,7 +266,7 @@

Group manager

diff --git a/user/user.py b/user/user.py index 6869f5e5..c375cc6c 100644 --- a/user/user.py +++ b/user/user.py @@ -339,7 +339,7 @@ class UserinfoEmailMismatchError(Exception): ) log_error(f"OIDC error occurred for {str(email)}", True) - # Redirect to gate when exception has occured. + # Redirect to gate when exception has occurred. if exception_occurred: return redirect(url_for('user_bp.gate'))