summaryrefslogtreecommitdiff
path: root/test/files/neg/t5376.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5376.scala')
-rw-r--r--test/files/neg/t5376.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5376.scala b/test/files/neg/t5376.scala
index 8da3868566..b1ba41bd54 100644
--- a/test/files/neg/t5376.scala
+++ b/test/files/neg/t5376.scala
@@ -12,7 +12,7 @@ object Test {
"a": Int
}
- // Import one implict and one non-implicit method with the
+ // Import one implicit and one non-implicit method with the
// same name in the same scope.
def m2 = {
import O1._