Skip to content

Commit

Permalink
Auto merge of #11529 - hi-rustin:rustin-patch-typo, r=ehuss
Browse files Browse the repository at this point in the history
Fix a typo `fresheness` -> `freshness`

Fix a typo `fresheness` -> `freshness`.
  • Loading branch information
bors committed Jan 3, 2023
2 parents dd99005 + c379bf8 commit dcfde9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub trait Source {
/// Generates a unique string which represents the fingerprint of the
/// current state of the source.
///
/// This fingerprint is used to determine the "fresheness" of the source
/// This fingerprint is used to determine the "freshness" of the source
/// later on. It must be guaranteed that the fingerprint of a source is
/// constant if and only if the output product will remain constant.
///
Expand Down

0 comments on commit dcfde9c

Please sign in to comment.