summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Symbols.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-15 10:59:16 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-15 10:59:16 +0100
commit3819d0c20084997ad56432f3475fbe4adeb9d6d4 (patch)
tree50f2325e2aaa0ff4da8ab2cd0b5831e266b7e6ce /src/reflect/scala/reflect/internal/Symbols.scala
parent52fde52920d93325310e5544991feeea03e5c763 (diff)
downloadscala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.tar.gz
scala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.tar.bz2
scala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.zip
Fix 23 typos (t-v)
Diffstat (limited to 'src/reflect/scala/reflect/internal/Symbols.scala')
-rw-r--r--src/reflect/scala/reflect/internal/Symbols.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/internal/Symbols.scala b/src/reflect/scala/reflect/internal/Symbols.scala
index 285d59c5e2..01be52eac0 100644
--- a/src/reflect/scala/reflect/internal/Symbols.scala
+++ b/src/reflect/scala/reflect/internal/Symbols.scala
@@ -1153,7 +1153,7 @@ trait Symbols extends api.Symbols { self: SymbolTable =>
* phase check (if after flatten) in the (overridden) method "def owner" in
* ModuleSymbol / ClassSymbol. The `rawowner` field is not modified.
* - Owners are also changed in other situations, for example when moving trees into a new
- * lexical context, e.g. in the named/default arguments tranformation, or when translating
+ * lexical context, e.g. in the named/default arguments transformation, or when translating
* extension method definitions.
*
* In general when seeking the owner of a symbol, one should call `owner`.