summaryrefslogtreecommitdiff
path: root/test/files/presentation
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-14 10:32:49 -0700
committerDongjoon Hyun <dongjoon@apache.org>2016-03-15 16:20:43 -0700
commit910a18ed14dd81150f008e785f8773bf997eb1f6 (patch)
tree655ea6d2b42e00ccd866435ed01d9dd91407dca6 /test/files/presentation
parent99a82be91cbb85239f70508f6695c6b21fd3558c (diff)
downloadscala-910a18ed14dd81150f008e785f8773bf997eb1f6.tar.gz
scala-910a18ed14dd81150f008e785f8773bf997eb1f6.tar.bz2
scala-910a18ed14dd81150f008e785f8773bf997eb1f6.zip
Fix some typos in `spec` documents and comments.
Diffstat (limited to 'test/files/presentation')
-rw-r--r--test/files/presentation/scope-completion-3/src/Completions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/scope-completion-3/src/Completions.scala b/test/files/presentation/scope-completion-3/src/Completions.scala
index 18cef1cefa..8d79adc669 100644
--- a/test/files/presentation/scope-completion-3/src/Completions.scala
+++ b/test/files/presentation/scope-completion-3/src/Completions.scala
@@ -1,6 +1,6 @@
package test
-/* check availability of members defined locally and in hierachy */
+/* check availability of members defined locally and in hierarchy */
abstract class Base1 {