Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos reported by codespell. #2890

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/information/develop/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/upgrading/5.1-5.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading