File 0177-fix-typo-in-error-message.patch of Package erlang

From 42e01bbfb8ac6151af88b152341e05e5b22cabad Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Thu, 15 Jan 2026 15:11:51 +0100
Subject: [PATCH 2/2] fix typo in error message

---
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 86ce5d1537..c71f828456 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -81,7 +81,7 @@ jobs:
           MODIFIED_BEAM_FILES=$(git diff --name-only ${{github.event.pull_request.base.sha}} \
                                                      ${{ github.event.pull_request.head.sha }} | grep '\.beam$' || true)
           if [[ "$PERMISSION" != "admin" && "$PERMISSION" != "maintain" && "$PERMISSION" != "Security Master" && -n "$MODIFIED_BEAM_FILES" ]]; then
-             echo "::error::Workflow failer: Only maintainers can make modifications to '*.beam' files:"
+             echo "::error::Workflow failed: Only maintainers can make modifications to '*.beam' files:"
              echo "$MODIFIED_BEAM_FILES"
              exit 1
           fi
-- 
2.51.0

openSUSE Build Service is sponsored by