docs: migration-3.5.rst: fix "distutils" typo

Message ID 20220308172354.588113-1-michael.opdenacker@bootlin.com
State New
Headers show
Series docs: migration-3.5.rst: fix "distutils" typo | expand

Commit Message

Michael Opdenacker March 8, 2022, 5:23 p.m. UTC
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/migration-guides/migration-3.5.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz March 10, 2022, 11:07 a.m. UTC | #1
Hi Michael,

On 3/8/22 18:23, Michael Opdenacker via lists.yoctoproject.org wrote:
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>

Thanks!
Quentin

Patch

diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-3.5.rst
index b52ae7119d..556d7da0b6 100644
--- a/documentation/migration-guides/migration-3.5.rst
+++ b/documentation/migration-guides/migration-3.5.rst
@@ -54,5 +54,5 @@  Recipe changes
 - :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages
   which use :term:`PKG` renaming such as :ref:`ref-classes-debian`.
 
-- The `disutils*.bbclasses` have been moved to `meta-python`. The classes and
+- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
   `DISTUTILS*` variables have been removed from the documentation.