summaryrefslogtreecommitdiff
path: root/packages/glibc
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-07-12 09:15:20 (GMT)
committerGitHub <noreply@github.com>2020-07-12 09:15:20 (GMT)
commit05ec3693917a7c1c8731d733b36238851bc74ac3 (patch)
tree3454d5f93da2cc940732315bfa4621f7f7ffe084 /packages/glibc
parent5659366bf62b5555bf914b5f55e8a01c92d6c6f1 (diff)
glibc: Fix typo in package.desc
Simple typo fix
Diffstat (limited to 'packages/glibc')
-rw-r--r--packages/glibc/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/package.desc b/packages/glibc/package.desc
index 6b722a7..eba5f00 100644
--- a/packages/glibc/package.desc
+++ b/packages/glibc/package.desc
@@ -1,7 +1,7 @@
origin='GNU'
repository='git git://sourceware.org/git/glibc.git'
mirrors='$(CT_Mirrors GNU glibc)'
-# Cannot use MAJOR.MINOR as the releant part because of 2.12: 2.12.2 was the most recent
+# Cannot use MAJOR.MINOR as the relevant part because of 2.12: 2.12.2 was the most recent
# bugfix release, but it didn't have glibc-ports released alongside it.
milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30'
archive_formats='.tar.xz .tar.bz2 .tar.gz'