Fix existing typos and enable typos in CI (#4184)

This commit is contained in:
Charlie Marsh 2024-06-09 18:50:54 -07:00 committed by GitHub
parent 04717e1a92
commit e7c573cfcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 14 deletions

View file

@ -1712,8 +1712,8 @@ impl<'a> From<ResolvedDistRef<'a>> for Request {
// N.B. This is almost identical to `ResolvedDistRef::to_owned`, but
// creates a `Request` instead of a `ResolvedDist`. There's probably
// some room for DRYing this up a bit. The obvious way would be to
// add a method to create a `Dist`, but a `Dist` cannot reprented an
// installed dist.
// add a method to create a `Dist`, but a `Dist` cannot be represented
// as an installed dist.
match dist {
ResolvedDistRef::InstallableRegistrySourceDist { sdist, prioritized } => {
// This is okay because we're only here if the prioritized dist