[PATCH] fix multiple typo and grammar issues
Lian Wang <[email protected]> Wed, 15 Jul 2026 15:34:00 +0800
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
From: Lian Wang <[email protected]> Fix several typographical and grammatical errors across the documentation: - "and and" -> "and" in release-process.rst - "for for" -> "for" in release-notes-3.4.2.rst - "does not provides" -> "does not provide" in release-process.rst - "to be receive" -> "to receive" in submit-changes.rst - "overriden" -> "overridden" in release-notes-5.0.rst and release-notes-5.1.rst - "now support" -> "now supports" in release-notes-5.1.rst - "referring WORKDIR" -> "referring to WORKDIR" in release-notes-5.1.rst Signed-off-by: Lian Wang <[email protected]> --- documentation/contributor-guide/submit-changes.rst | 2 +- documentation/migration-guides/release-notes-3.4.2.rst | 2 +- documentation/migration-guides/release-notes-5.0.rst | 2 +- documentation/migration-guides/release-notes-5.1.rst | 8 ++++---- documentation/ref-manual/release-process.rst | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 7cf23c945..ae7a097ad 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -447,7 +447,7 @@ it if you haven't done it yet. If you attempt to send patches to a list you haven't subscribed to, your email will be returned as undelivered. -However, if you don't want to be receive all the messages sent to a mailing list, +However, if you don't want to receive all the messages sent to a mailing list, you can set your subscription to "no email". You will still be a subscriber able to send messages, but you won't receive any e-mail. If people reply to your message, their e-mail clients will default to including your email address in the diff --git a/documentation/migration-guides/release-notes-3.4.2.rst b/documentation/migration-guides/release-notes-3.4.2.rst index 94dffcb79..51046b6aa 100644 --- a/documentation/migration-guides/release-notes-3.4.2.rst +++ b/documentation/migration-guides/release-notes-3.4.2.rst @@ -47,7 +47,7 @@ Fixes in 3.4.2 - icu: fix make_icudata dependencies - sstate: Improve failure to obtain archive message/handling - insane.bbclass: Correct package_qa_check_empty_dirs() -- sstate: A third fix for for touching files inside pseudo +- sstate: A third fix for touching files inside pseudo - kernel: introduce python3-dtschema-wrapper - vim: upgrade to 8.2 patch 3752 - bootchart2: Add missing python3-math dependency diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst index 31b1d3da7..908f1f6a2 100644 --- a/documentation/migration-guides/release-notes-5.0.rst +++ b/documentation/migration-guides/release-notes-5.0.rst @@ -268,7 +268,7 @@ New Features / Enhancements in 5.0 - Packaging changes: - - ``package_rpm``: the RPM package compressor's mode can now be overriden. + - ``package_rpm``: the RPM package compressor's mode can now be overridden. - ipk packaging (using ``opkg``) now uses ``zstd`` compression instead of ``xz`` for better compression and performance. diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst index 2f049690a..dc770ebc3 100644 --- a/documentation/migration-guides/release-notes-5.1.rst +++ b/documentation/migration-guides/release-notes-5.1.rst @@ -38,7 +38,7 @@ New Features / Enhancements in 5.1 - QEMU / ``runqemu`` changes: - - runqemu: ``QB_DRIVE_TYPE`` now support for sd card (``/dev/mmcblk``) + - runqemu: ``QB_DRIVE_TYPE`` now supports sd card (``/dev/mmcblk``) - Trigger ``write_qemuboot_conf`` task on changes of kernel image realpath (:term:`KERNEL_IMAGE_NAME`). @@ -166,7 +166,7 @@ New Features / Enhancements in 5.1 - ``fetcher2``: remote name for ``git://`` is now ``origin`` by default. - - Codeparser now support shell substitution in quotes, for example:: + - Codeparser now supports shell substitution in quotes, for example:: var1="$(cmd1 ...)" @@ -318,7 +318,7 @@ New Features / Enhancements in 5.1 - ``systemd``: bpf-framework - ``util-linux``: libmount-mountfd-support - - Stop referring :term:`WORKDIR` for :term:`S` and :term:`B` and trigger + - Stop referring to :term:`WORKDIR` for :term:`S` and :term:`B` and trigger :ref:`ref-classes-insane` errors when :term:`S` or :term:`B` are equal to :term:`WORKDIR`. @@ -363,7 +363,7 @@ New Features / Enhancements in 5.1 ``/etc/gitconfig`` for :ref:`ref-classes-native` recipes. - The ``apt-native`` recipe, used to compile ``dpkg`` and handle ``deb`` - packages, was modified to avoid files being overriden by other packages when + packages, was modified to avoid files being overridden by other packages when they share common files. Instead, prompt an error. - The :ref:`ref-tasks-savedefconfig` was moved from the u-boot and kernel diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 17ce1753d..a7abb2fd6 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst @@ -294,7 +294,7 @@ This documentation was built for the &DISTRO_NAME; release. Policies on testing these layers depend on how widespread their usage is and determined on a case-by-case basis. You can find some :term:`Mixin` layers in the :yocto_git:`meta-lts-mixins </meta-lts-mixins>` repository. While the Yocto - Project provides hosting for those repositories, it does not provides + Project provides hosting for those repositories, it does not provide testing on them. Other :term:`Mixin` layers may be released elsewhere by the wider community. @@ -369,7 +369,7 @@ that all of the main supposed architectures and recipes in OE-Core successfully build and behave properly. Various features such as ``multilib``, sub architectures (e.g. ``x32``, -``poky-tiny``, ``musl``, ``no-x11`` and and so forth), +``poky-tiny``, ``musl``, ``no-x11`` and so forth), ``bitbake-selftest``, and ``oe-selftest`` are tested as part of the QA process of a release. Complete testing and validation for a release takes the Autobuilder workers several hours. -- 2.55.0