Skip to content

Commit 3af4e83

Browse files
fix(packaging/autobuild3-manual): fix two typos
* "revisionn" -> "revision" * "the discussed" -> "be discussed
1 parent ea95fc3 commit 3af4e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developer/packaging/autobuild3-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here lists the variables that describes general information of the package.
6363

6464
**PKGVER=** expects a string value that defines the version of the package to be built (an underscore must not be used as part of the version string). \*
6565

66-
**PKGREL=** expects an integer value that defines the revisionn of the package to be built. \*
66+
**PKGREL=** expects an integer value that defines the revision of the package to be built. \*
6767

6868
**PKGSEC=** expects a string value that defines the category/section that the package belongs in, all canonical section names are defined in `"$AB"/sets/section`. A QA (quality assurance) warning will be emitted by Autobuild3 when a non-canonical section is used as the value provided here. \*
6969

@@ -89,7 +89,7 @@ Here lists the variables that defines several different dependency relationships
8989

9090
### Build-time environment
9191

92-
Here lists variables that serves as options during build-time that may alter build results. Some times they are used to workaround FTBFS (fail to build from source, essential vocabulary, Cadet) situations. Workaround-oriented usage of some of the variables listed below will the discussed in the [Tips and Tricks](https://github.com/AOSC-Dev/aosc-os-abbs/wiki/Autobuild3-Tips-and-Tricks) section.
92+
Here lists variables that serves as options during build-time that may alter build results. Some times they are used to workaround FTBFS (fail to build from source, essential vocabulary, Cadet) situations. Workaround-oriented usage of some of the variables listed below will be discussed in the [Tips and Tricks](https://github.com/AOSC-Dev/aosc-os-abbs/wiki/Autobuild3-Tips-and-Tricks) section.
9393

9494
#### Common/GCC configurations
9595

0 commit comments

Comments
 (0)