summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-06-22 23:32:33 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-06-22 23:32:33 +0100
commitada9fa0b91ddb64f6d15f7616b455247cbcf2243 (patch)
tree59e7e22f5f7c2b021ca42dc568d9cad8ce0b9875 /test/files/pos
parent7f1336a2ffaf573dd71192932e7b599213e5a1d0 (diff)
downloadscala-ada9fa0b91ddb64f6d15f7616b455247cbcf2243.tar.gz
scala-ada9fa0b91ddb64f6d15f7616b455247cbcf2243.tar.bz2
scala-ada9fa0b91ddb64f6d15f7616b455247cbcf2243.zip
Fix 25 typos (g-i)
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/t8947/Macro_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t8947/Macro_1.scala b/test/files/pos/t8947/Macro_1.scala
index 4a5de3decb..ace389f339 100644
--- a/test/files/pos/t8947/Macro_1.scala
+++ b/test/files/pos/t8947/Macro_1.scala
@@ -35,7 +35,7 @@ object X {
// symtab.EmptyTree.setAttachments(symtab.NoPosition)
// }
//
- // To make this visible to the macro implementaiton, it will need to be compiled in an earlier stage,
+ // To make this visible to the macro implementation, it will need to be compiled in an earlier stage,
// e.g a separate SBT sub-project.
}