Fix comment typo.
authorTom Prince <tom.prince@twistedmatrix.com>
Tue, 12 Dec 2017 19:24:35 +0000 (12:24 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2017 19:24:35 +0000 (12:24 -0700)
src/cargo/sources/directory.rs

index 902d64d22498c661a953fa7d044519c186419740..57424c276c5148e66b44157360c608098e3c17cb 100644 (file)
@@ -97,9 +97,9 @@ impl<'cfg> Source for DirectorySource<'cfg> {
             // when a dir is removed from a different checkout. Sometimes a
             // mostly-empty dir is left behind.
             //
-            // To help work Cargo work by default in more cases we try to
-            // handle this case by default. If the directory looks like it only
-            // has dotfiles in it (or no files at all) then we skip it.
+            // To help Cargo work by default in more cases we try to handle this
+            // case by default. If the directory looks like it only has dotfiles
+            // in it (or no files at all) then we skip it.
             //
             // In general we don't want to skip completely malformed directories
             // to help with debugging, so we don't just ignore errors in