From c379bf8cb806f3e43a529d55e8f9b6cf8e40c1e5 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Tue, 3 Jan 2023 10:21:56 +0800 Subject: [PATCH] Fix typo `fresheness` -> `freshness` Signed-off-by: hi-rustin --- src/cargo/core/source/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///