commit:     0b7d38fe647b80158711543befae4f9fa6704de3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 06:42:17 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 06:43:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7d38fe

sys-apps/ed: fix TODO typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/ed/ed-1.20.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/ed/ed-1.20.2.ebuild b/sys-apps/ed/ed-1.20.2.ebuild
index 43d94fb05eb3..a72052429f0d 100644
--- a/sys-apps/ed/ed-1.20.2.ebuild
+++ b/sys-apps/ed/ed-1.20.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_configure() {
-       # TOOD: -std=gnu99 can be dropped on next release > 1.20.2
+       # TODO: -std=gnu99 can be dropped on next release > 1.20.2
        edo ./configure \
                CC="$(tc-getCC) -std=gnu99" \
                CFLAGS="${CFLAGS}" \

Reply via email to