From 1a1f3face5e041a8b4712dd6a1524cb1abbc4143 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 3 Nov 2023 23:14:21 +0000 Subject: [PATCH] README.md: fix spelling errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daf5774..6fd5b4b 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Originally, [rebase-helper](https://github.com/rebase-helper/rebase-helper/) pro Section is a spec file section, it has a well-defined name that starts with _%_ character and that can optionally be followed by arguments. -In this library, the starting _%_ of section name is ommited for convenience. +In this library, the starting _%_ of section name is omitted for convenience. -There is a special section internally called `%package`, often also referred to as preamble, and it represents the content of the spec file that preceeds the first named section (usually `%description`). This section contains the main package metadata (tags). Metadata of subpackages are defined in subsequent `%package` sections, that are not anonymous and are always followed by arguments specifying the name of the subpackage (e.g. `%package doc` or `%package -n completely-different-subpackage-name`). +There is a special section internally called `%package`, often also referred to as preamble, and it represents the content of the spec file that precedes the first named section (usually `%description`). This section contains the main package metadata (tags). Metadata of subpackages are defined in subsequent `%package` sections, that are not anonymous and are always followed by arguments specifying the name of the subpackage (e.g. `%package doc` or `%package -n completely-different-subpackage-name`). ### Tag