From 597bcc489df2052b756bf2c4d36bcd63815f98ab Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 5 Mar 2015 17:27:23 -0500 Subject: [PATCH] Fixes typo --- .../main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala b/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala index 202af05b0..56a84fc8b 100644 --- a/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala +++ b/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala @@ -350,7 +350,7 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine { new ConfigurationReport(rootModuleConf, modules, details, evicted) } /** - * Returns a touple of (merged org + name combo, newly evicted modules) + * Returns a tuple of (merged org + name combo, newly evicted modules) */ def mergeOrganizationArtifactReports(rootModuleConf: String, reports0: Vector[OrganizationArtifactReport], os: Vector[IvyOverride], log: Logger): Vector[OrganizationArtifactReport] = {