diff --git a/src/cargo/core/source/mod.rs b/src/cargo/core/source/mod.rs index e82e7e184fb..13c32d2dd5c 100644 --- a/src/cargo/core/source/mod.rs +++ b/src/cargo/core/source/mod.rs @@ -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. ///