Correct typos in .gitlab-ci.yml and metadata/org.schabi.etherwake.yml

This commit is contained in:
Benjamin Loison 2025-04-29 16:26:59 +02:00 committed by Licaon_Kter
parent 6f62edd75c
commit bcb47927d9
2 changed files with 3 additions and 3 deletions

View File

@ -292,10 +292,10 @@ trigger-issuebot:
- apk add --no-cache bash curl - apk add --no-cache bash curl
- ./tools/trigger-issuebot - ./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 # buildserver. It should not include custom setup or methods, except
# when there is no other way to make this job work. The docker image # 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. # via the "docker" job in fdroid/fdroidserver.
# #
# This job is tied to the buildserver. Changes must be reviewed by # This job is tied to the buildserver. Changes must be reviewed by

View File

@ -7,7 +7,7 @@ IssueTracker: https://gitlab.com/derSchabi/Etherwake-app/issues
AutoName: Etherwake AutoName: Etherwake
Description: |- 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 same network as the smartphone. Since this app sends pure ethernetframes it
requires root privileges. requires root privileges.