From 154bcf6db9d17209760fbc5f113208d002c00273 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Wed, 27 May 2020 14:57:55 +0200 Subject: [PATCH] Fix a typo --- src/cargo/util/dependency_queue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/util/dependency_queue.rs b/src/cargo/util/dependency_queue.rs index d0bc3da9df7..de8c597802a 100644 --- a/src/cargo/util/dependency_queue.rs +++ b/src/cargo/util/dependency_queue.rs @@ -53,7 +53,7 @@ impl DependencyQueue { } impl DependencyQueue { - /// Adds a new ndoe and its dependencies to this queue. + /// Adds a new node and its dependencies to this queue. /// /// The `key` specified is a new node in the dependency graph, and the node /// depend on all the dependencies iterated by `dependencies`. Each