Skip to content

Commit 49bb10d

Browse files
committed
2 typos
1 parent 44596fa commit 49bb10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ are often surprised when Cargo attempts to fetch resources from the network, and
165165
hence the request for Cargo to work offline comes up frequently.
166166

167167
Cargo, at its heart, will not attempt to access the network unless told to do
168-
so. That is, if no crates comes from crates.io, a git repository, or some other
168+
so. That is, if no crates come from crates.io, a git repository, or some other
169169
network location, Cargo will never attempt to make a network connection. As a
170170
result, if Cargo attempts to touch the network, then it's because it needs to
171171
fetch a required resource.
@@ -245,7 +245,7 @@ Some issues we've seen historically which can cause crates to get rebuilt are:
245245
uses timestamps on files to govern whether rebuilding needs to happen, but if
246246
you're using a nonstandard filesystem it may be affecting the timestamps
247247
somehow (e.g. truncating them, causing them to drift, etc). In this scenario,
248-
feel free to open an issue and we can see if we can accomodate the filesystem
248+
feel free to open an issue and we can see if we can accommodate the filesystem
249249
somehow.
250250

251251
* A concurrent build process is either deleting artifacts or modifying files.

0 commit comments

Comments
 (0)