Fix typo.

This commit is contained in:
Andreas Jim-Hartmann 2018-01-30 08:50:08 +01:00
parent 79c7483982
commit 5e275da2a9
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
}