From c2234069c82cfb90ab9780cb9694bb8df542b037 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Tue, 21 May 2019 01:57:20 +0000 Subject: [PATCH] Fix typo --- src/cargo/core/compiler/fingerprint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/compiler/fingerprint.rs b/src/cargo/core/compiler/fingerprint.rs index 89085b26403..66537f045c3 100644 --- a/src/cargo/core/compiler/fingerprint.rs +++ b/src/cargo/core/compiler/fingerprint.rs @@ -807,7 +807,7 @@ impl Fingerprint { FsStatus::Stale => return Ok(()), }; - // If our dependency edge only requires the rmeta fiel to be present + // If our dependency edge only requires the rmeta file to be present // then we only need to look at that one output file, otherwise we // need to consider all output files to see if we're out of date. let dep_mtime = if dep.only_requires_rmeta {