From a300b755ab0f5d5e134e4afd4cfa68e65867916a Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Fri, 29 May 2020 08:32:22 +0200 Subject: [PATCH] news: fix minor typos Fix some minor typos in the v15 release notes: * `doing reading` -> `reading` * `the` -> `an` * `of the emitting` -> `of emitting` * `outpud_id` -> `output_id` --- NEWS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index d7a60847..e6e8106b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,7 @@ * Support for client side certificates to download content from the Red Hat servers: the `org.osbuild.files` source got support for - reading entitlements and pass those certificates along when doing + reading entitlements and pass those certificates along when fetching content, i.e. RPMs. * A new ManifestPreProcessor (MPP) was added as a new tool located @@ -17,13 +17,13 @@ option in existing `org.osbuild.rpm` stages. This is now used to generate Fedora 32 based test pipelines. - * The `org.osbuild.ostree.commit` assembler gained the option to produce - a tarball archive instead of the emitting the plain OSTree repository. + * The `org.osbuild.ostree.commit` assembler gained an option to produce + a tarball archive instead of emitting the plain OSTree repository. * Schema validation is now done with the draft 4 validator, and works therefore with pyhthon-jsonschema 2.6. - * The `tree_id` and `outpud_id` fields got dropped from the resulting + * The `tree_id` and `output_id` fields got dropped from the resulting JSON when inspecting pipelines via `osbuild --inspect`. * The `--build-env` option has been dropped from the command line