From 305c61b08c17f14ed922fc4ac1723a37a2cd1f9f Mon Sep 17 00:00:00 2001 From: novicejava1 Date: Jul 10 2023 17:40:16 +0000 Subject: spell correction --- diff --git a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc index dce3698..de7800f 100644 --- a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc +++ b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc @@ -417,7 +417,7 @@ Therefore you need to add this line close to other BuildRequires lines: BuildRequires: sed ---- -Smilarly, studing `+configure+` script in the unpackaged sources, which is +Smilarly, studying `+configure+` script in the unpackaged sources, which is executed by `+%configure+` macro, reveals it's a `/bin/sh` script: ----