From: Lian Wang <lianux.mm@gmail.com>
To: docs@lists.yoctoproject.org
Cc: Lian Wang <lianux.wang@processmission.com>
Subject: [docs][RESEND] fix multiple typo and grammar issues
Date: Fri, 10 Jul 2026 16:23:47 +0800 [thread overview]
Message-ID: <20260710082347.7746-1-lianux.mm@gmail.com> (raw)
From: Lian Wang <lianux.wang@processmission.com>
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 <lianux.wang@processmission.com>
---
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
next reply other threads:[~2026-07-10 8:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-10 8:23 Lian Wang [this message]
2026-07-16 9:12 ` [docs][RESEND] fix multiple typo and grammar issues Antonin Godard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260710082347.7746-1-lianux.mm@gmail.com \
--to=lianux.mm@gmail.com \
--cc=docs@lists.yoctoproject.org \
--cc=lianux.wang@processmission.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox