Skip to content

Commit 1a1f3fa

Browse files
gotmax23nforro
authored andcommitted
README.md: fix spelling errors
1 parent 6abe398 commit 1a1f3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Originally, [rebase-helper](https://github.com/rebase-helper/rebase-helper/) pro
1212

1313
Section is a spec file section, it has a well-defined name that starts with _%_ character and that can optionally be followed by arguments.
1414

15-
In this library, the starting _%_ of section name is ommited for convenience.
15+
In this library, the starting _%_ of section name is omitted for convenience.
1616

17-
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`).
17+
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`).
1818

1919
### Tag
2020

0 commit comments

Comments
 (0)