From 77c5fc5b628f138c9aef1f0b94f890620c8e2f9a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 5 Jul 2023 08:41:53 +0200 Subject: [PATCH] Fix typo in comment --- macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros b/macros index 96f2f55..23e7d19 100644 --- a/macros +++ b/macros @@ -378,7 +378,7 @@ print(result) %_fortify_level 3 %_fortify_level_flags %[ 0%{?_fortify_level} > 0 ? "-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=%{_fortify_level}" : "" ] -# Some linkers default to a build-id algoritim that is not supported by rpmbuild, +# Some linkers default to a build-id algorithm that is not supported by rpmbuild, # so we need to specify the right algorithm to use. %_build_id_flags -Wl,--build-id=sha1