Fix typos in docs, error messages and comments (#6910)

This commit is contained in:
Ed Morley 2024-09-01 11:37:43 +00:00 committed by GitHub
parent c9e4395322
commit a5f1e1c765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 17 additions and 17 deletions

View file

@ -86,7 +86,7 @@ impl ReportFormatter<PubGrubPackage, Range<Version>, UnavailableReason>
let range =
// Note that sometimes we do not have a range of available versions, e.g.,
// when a package is from a non-registry source. In that case, we cannot
// perform further simplicifaction of the range.
// perform further simplification of the range.
if let Some(available_versions) = package.name().and_then(|name| self.available_versions.get(name)) {
update_availability_range(&complement, available_versions)
} else {