summaryrefslogtreecommitdiff
path: root/packages/glibc
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-08-23 08:47:30 (GMT)
committerGitHub <noreply@github.com>2020-08-23 08:47:30 (GMT)
commit60473e7274525c78376063be05fdf673157e0388 (patch)
treeeb1820f5b6097b5fd1ca473f8efe71c956a401f9 /packages/glibc
parentdf4e432a0bf27d4094e251ea7a8ca454fc8f5fc1 (diff)
parent05ec3693917a7c1c8731d733b36238851bc74ac3 (diff)
Merge pull request #1362 from cpackham/patch-1
glibc: Fix typo in package.desc
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'