summaryrefslogtreecommitdiff
path: root/test/files/run/t8253.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t8253.scala')
-rw-r--r--test/files/run/t8253.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t8253.scala b/test/files/run/t8253.scala
index c4800b4491..a00d8b91a4 100644
--- a/test/files/run/t8253.scala
+++ b/test/files/run/t8253.scala
@@ -10,5 +10,5 @@ object Test extends App {
show("<sample xmlns:foo={identity(ns1)}/>", q"<sample xmlns:foo={ns1}/>")
// `identity(foo)` used to match the overly permissive match in SymbolXMLBuilder
- // which was intented to more specifically match `_root_.scala.xml.Text(...)`
+ // which was intended to more specifically match `_root_.scala.xml.Text(...)`
}