Merge pull request #206 from devkat/1.x

Fix typo.
This commit is contained in:
Dale Wijnand 2018-01-30 08:52:41 +00:00 committed by GitHub
commit e2cb5a0693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -331,6 +331,6 @@ object EvictionWarning {
}
}
if (out.isEmpty) Nil
else List("Here are other depedency conflicts that were resolved:", "") ::: out.toList
else List("Here are other dependency conflicts that were resolved:", "") ::: out.toList
} else Nil
}