Skip to content

Commit 166d5fe

Browse files
authored
Fixed typos reported by codespell. (#2890)
1 parent 360826a commit 166d5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/information/develop/ci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To evaluate how much would be removed run this command (it's safe)::
9797

9898
python clean-tools.py scan
9999

100-
To perform 'dry-run' of a clean operation, without actually deleteing anything::
100+
To perform 'dry-run' of a clean operation, without actually deleting anything::
101101

102102
python clean-tools.py clean
103103

docs/source/upgrading/5.1-5.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The procedure has therefore been revised to use installation scripts instead of
1818
The initial installation step to bootstrap the installation remains unchanged: The ``choco-install.cmd`` script is fetched from the Sming ``develop`` branch and executed.
1919
The custom choco scripts have been replaced with scripted logic.
2020

21-
Installation of toolchains is done as a separate step as it does not require administrative priviledges.
21+
Installation of toolchains is done as a separate step as it does not require administrative privileges.
2222

2323
The documentation at https://sming.readthedocs.io/en/latest/getting-started/windows/index.html has been updated to reflect these changes.
2424

0 commit comments

Comments
 (0)