From 8b8bbf70175b18ca41be3958ee993bafb996d5af Mon Sep 17 00:00:00 2001 From: webgtx Date: Wed, 20 Aug 2025 03:38:14 -0700 Subject: [PATCH] Correct typo in 'working with spec files'/cello --- source/packaging-software.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packaging-software.adoc b/source/packaging-software.adoc index 7d62873..48ae2ea 100644 --- a/source/packaging-software.adoc +++ b/source/packaging-software.adoc @@ -1279,7 +1279,7 @@ information provided in the source code that is necessary in a later portion of the SPEC. In this section we will simply use the provided macro ``%setup -q``. The ``%build`` section is where we tell the system how to actually build the -software we are packaging. Since wrote a simple ``Makefile`` for our +software we are packaging. Since we already wrote a simple ``Makefile`` for our ifdef::community[https://en.wikipedia.org/wiki/C_%28programming_language%29[C]] ifdef::rhel[C] implementation, we can simply use the http://www.gnu.org/software/make/[GNU make] command provided by