summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala
diff options
context:
space:
mode:
authorDen Shabalin <den.shabalin@gmail.com>2013-09-24 17:09:50 +0200
committerDen Shabalin <den.shabalin@gmail.com>2013-10-14 13:30:49 +0200
commit60603f2524bf7c06c6f73eefb1cc30b6df7c392d (patch)
treec37789949c41d0d46516b2d6bf8b167c5ab507cf /test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala
parent3a148cd0cd404751095cd1c5aca09ad8923c51ab (diff)
downloadscala-60603f2524bf7c06c6f73eefb1cc30b6df7c392d.tar.gz
scala-60603f2524bf7c06c6f73eefb1cc30b6df7c392d.tar.bz2
scala-60603f2524bf7c06c6f73eefb1cc30b6df7c392d.zip
minor changes due to typos
Diffstat (limited to 'test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala')
-rw-r--r--test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala b/test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala
index 23b6a5fbdb..4118d92076 100644
--- a/test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala
+++ b/test/files/scalacheck/quasiquotes/ArbitraryTreesAndNames.scala
@@ -257,7 +257,7 @@ trait ArbitraryTreesAndNames {
/* These are marker types that allow to write tests that
* depend specificly on Trees that are terms or types.
- * They are transperantly tranformed to trees through
+ * They are transparently tranformed to trees through
* implicit conversions and liftables for quasiquotes.
*/