From 166d5fe025125fc2d1a11febe49a7faa1f65fef5 Mon Sep 17 00:00:00 2001 From: slaff Date: Fri, 18 Oct 2024 09:50:26 +0200 Subject: [PATCH] Fixed typos reported by codespell. (#2890) --- docs/source/information/develop/ci.rst | 2 +- docs/source/upgrading/5.1-5.2.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/information/develop/ci.rst b/docs/source/information/develop/ci.rst index 1a0b1350f6..e10ef07edf 100644 --- a/docs/source/information/develop/ci.rst +++ b/docs/source/information/develop/ci.rst @@ -97,7 +97,7 @@ To evaluate how much would be removed run this command (it's safe):: python clean-tools.py scan -To perform 'dry-run' of a clean operation, without actually deleteing anything:: +To perform 'dry-run' of a clean operation, without actually deleting anything:: python clean-tools.py clean diff --git a/docs/source/upgrading/5.1-5.2.rst b/docs/source/upgrading/5.1-5.2.rst index 55cbc7a831..523fb5177c 100644 --- a/docs/source/upgrading/5.1-5.2.rst +++ b/docs/source/upgrading/5.1-5.2.rst @@ -18,7 +18,7 @@ The procedure has therefore been revised to use installation scripts instead of The initial installation step to bootstrap the installation remains unchanged: The ``choco-install.cmd`` script is fetched from the Sming ``develop`` branch and executed. The custom choco scripts have been replaced with scripted logic. -Installation of toolchains is done as a separate step as it does not require administrative priviledges. +Installation of toolchains is done as a separate step as it does not require administrative privileges. The documentation at https://sming.readthedocs.io/en/latest/getting-started/windows/index.html has been updated to reflect these changes.