foxygit / doom Log in
commit 988488a7e079eac9bc39c4f3df0dab9812c1ee7f
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Jul 15 16:36:32 2023 +0300
Commit:     Turo Lamminen <turol@users.noreply.github.com>
CommitDate: Mon Jul 17 21:24:23 2023 +0300

    Fix typo
---
 .github/workflows/cpp-linter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 200161a5..3ab6e8ee 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -44,7 +44,7 @@ jobs:
       - name: Fail fast?!
         if: steps.linter.outputs.checks-failed > 0
         run: |
-          echo "Some files failed the linting checks! Fail fast disabled until false posivite issue is fixed"
+          echo "Some files failed the linting checks! Fail fast disabled until false positive issue is fixed"

       - name: Check no extern used in .c files
         run: |