fix some typos

This commit is contained in:
Martin Lindhe
2017-10-30 13:27:16 +01:00
committed by Andrew Gallant
parent 8b9eba2147
commit c794ef2f04
5 changed files with 6 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ pub enum Error {
Glob {
/// The original glob that caused this error. This glob, when
/// available, always corresponds to the glob provided by an end user.
/// e.g., It is the glob as writtein in a `.gitignore` file.
/// e.g., It is the glob as written in a `.gitignore` file.
///
/// (This glob may be distinct from the glob that is actually
/// compiled, after accounting for `gitignore` semantics.)