[GOOD FIRST ISSUE] #4 — fix comment typo #4

Closed
opened 2026-07-28 18:14:00 +00:00 by c-ludenberg · 0 comments
c-ludenberg commented 2026-07-28 18:14:00 +00:00 (Migrated from github.com)

fix typo in wallpapers pkgbuild comment

what

a comment references a string that doesnt exist.

file

packages/antergos-wallpapers/PKGBUILD — line 57

current

Icon theme logos (for os-release LOGO=antergos-lookup)

should be

Icon theme logos (for os-release LOGO=antergos-logo)

why
typo — "lookup" should be "logo". the actual os-release file in the antergos-release package uses LOGO=antergos-logo. anyone searching for antergos-lookup finds nothing and wastes time.

how to fix

  1. open the pkgbuild
  2. change antergos-lookup to antergos-logo
  3. maybe grep for antergos-lookup elsewhere to be safe
  4. commit

time estimate
1 minute

contributing guide
first time? check CONTRIBUTING.md:
https://github.com/Antergos-NeXT/antergos-packages/blob/master/CONTRIBUTING.md

## fix typo in wallpapers pkgbuild comment ### what a comment references a string that doesnt exist. ### file `packages/antergos-wallpapers/PKGBUILD` — line 57 ### current Icon theme logos (for os-release LOGO=antergos-lookup) should be Icon theme logos (for os-release LOGO=antergos-logo) why typo — "lookup" should be "logo". the actual os-release file in the antergos-release package uses LOGO=antergos-logo. anyone searching for antergos-lookup finds nothing and wastes time. how to fix 1. open the pkgbuild 2. change antergos-lookup to antergos-logo 3. maybe grep for antergos-lookup elsewhere to be safe 4. commit time estimate 1 minute contributing guide first time? check CONTRIBUTING.md: https://github.com/Antergos-NeXT/antergos-packages/blob/master/CONTRIBUTING.md
Sign in to join this conversation.