aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing/RefinedPrinter.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-11-20 15:50:26 +0100
committerMartin Odersky <odersky@gmail.com>2016-11-20 15:50:26 +0100
commit5c7617b006fe4446a105b3db4916956a92826304 (patch)
tree2052cfc69048bf977aad13257b9a3fc7aa8ad521 /src/dotty/tools/dotc/printing/RefinedPrinter.scala
parent5637720ea8769faa86b2cfedbfe9fe705e3f5b28 (diff)
downloaddotty-5c7617b006fe4446a105b3db4916956a92826304.tar.gz
dotty-5c7617b006fe4446a105b3db4916956a92826304.tar.bz2
dotty-5c7617b006fe4446a105b3db4916956a92826304.zip
Fix typos
Diffstat (limited to 'src/dotty/tools/dotc/printing/RefinedPrinter.scala')
-rw-r--r--src/dotty/tools/dotc/printing/RefinedPrinter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/printing/RefinedPrinter.scala b/src/dotty/tools/dotc/printing/RefinedPrinter.scala
index 279dda9a1..29e1d4869 100644
--- a/src/dotty/tools/dotc/printing/RefinedPrinter.scala
+++ b/src/dotty/tools/dotc/printing/RefinedPrinter.scala
@@ -149,7 +149,7 @@ class RefinedPrinter(_ctx: Context) extends PlainPrinter(_ctx) {
return toText(elemtp) ~ "[]"
case tp: AnnotatedType if homogenizedView =>
// Positions of annotations in types are not serialized
- // (they don;t need to because we keep the original type tree with
+ // (they don't need to because we keep the original type tree with
// the original annotation anyway. Therefore, there will always be
// one version of the annotation tree that has the correct positions).
withoutPos(super.toText(tp))