From bcb47927d97a7e69188a4b9fd7925e8caea3d083 Mon Sep 17 00:00:00 2001 From: Benjamin Loison <5943886-Benjamin_Loison@users.noreply.gitlab.com> Date: Tue, 29 Apr 2025 16:26:59 +0200 Subject: [PATCH] Correct typos in `.gitlab-ci.yml` and `metadata/org.schabi.etherwake.yml` --- .gitlab-ci.yml | 4 ++-- metadata/org.schabi.etherwake.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65505621f3..49137aab6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -292,10 +292,10 @@ trigger-issuebot: - apk add --no-cache bash curl - ./tools/trigger-issuebot -# This job is should be as close as possible to the production +# This job should be as close as possible to the production # buildserver. It should not include custom setup or methods, except # when there is no other way to make this job work. The docker image -# is created using the same provisioning as the producion buildserver, +# is created using the same provisioning as the production buildserver, # via the "docker" job in fdroid/fdroidserver. # # This job is tied to the buildserver. Changes must be reviewed by diff --git a/metadata/org.schabi.etherwake.yml b/metadata/org.schabi.etherwake.yml index 03a06223f9..6df0219f53 100644 --- a/metadata/org.schabi.etherwake.yml +++ b/metadata/org.schabi.etherwake.yml @@ -7,7 +7,7 @@ IssueTracker: https://gitlab.com/derSchabi/Etherwake-app/issues AutoName: Etherwake Description: |- - Wraper around the ehterwake command. It is used to start computers within the + Wrapper around the etherwake command. It is used to start computers within the same network as the smartphone. Since this app sends pure ethernetframes it requires root privileges.