summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/UnCurry.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-15 10:59:16 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-15 10:59:16 +0100
commit3819d0c20084997ad56432f3475fbe4adeb9d6d4 (patch)
tree50f2325e2aaa0ff4da8ab2cd0b5831e266b7e6ce /src/compiler/scala/tools/nsc/transform/UnCurry.scala
parent52fde52920d93325310e5544991feeea03e5c763 (diff)
downloadscala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.tar.gz
scala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.tar.bz2
scala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.zip
Fix 23 typos (t-v)
Diffstat (limited to 'src/compiler/scala/tools/nsc/transform/UnCurry.scala')
-rw-r--r--src/compiler/scala/tools/nsc/transform/UnCurry.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/transform/UnCurry.scala b/src/compiler/scala/tools/nsc/transform/UnCurry.scala
index b310e6c3a1..7a9dfda43e 100644
--- a/src/compiler/scala/tools/nsc/transform/UnCurry.scala
+++ b/src/compiler/scala/tools/nsc/transform/UnCurry.scala
@@ -433,7 +433,7 @@ abstract class UnCurry extends InfoTransform
val sym = tree.symbol
- // true if the taget is a lambda body that's been lifted into a method
+ // true if the target is a lambda body that's been lifted into a method
def isLiftedLambdaBody(target: Tree) = target.symbol.isLocalToBlock && target.symbol.isArtifact && target.symbol.name.containsName(nme.ANON_FUN_NAME)
val result = (