docs: fix a few typos (#10675)

## Summary

Fixing a few typos found in the documentation and in comments.
This commit is contained in:
Mathieu Kniewallner 2025-01-16 15:53:59 +01:00 committed by GitHub
parent 73cade1386
commit b46c6db317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 19 additions and 19 deletions

View file

@ -414,7 +414,7 @@ fn python_executables<'a>(
})
.flatten();
// Check if the the base conda environment is active
// Check if the base conda environment is active
let from_base_conda_environment = iter::once_with(|| {
conda_environment_from_env(CondaEnvironmentKind::Base)
.into_iter()