summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/classpath
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-06-18 08:30:44 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-06-18 08:43:09 +0100
commitce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222 (patch)
treeaf20c0b44da805890b8b60744657046644424567 /src/compiler/scala/tools/nsc/classpath
parentc4f0ba4c108132e9e289032b99c519e0a0b7b056 (diff)
downloadscala-ce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222.tar.gz
scala-ce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222.tar.bz2
scala-ce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222.zip
Fix some typos (a-c)
Diffstat (limited to 'src/compiler/scala/tools/nsc/classpath')
-rw-r--r--src/compiler/scala/tools/nsc/classpath/ZipAndJarFileLookupFactory.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/classpath/ZipAndJarFileLookupFactory.scala b/src/compiler/scala/tools/nsc/classpath/ZipAndJarFileLookupFactory.scala
index 84e21a3ccd..85c7c3c843 100644
--- a/src/compiler/scala/tools/nsc/classpath/ZipAndJarFileLookupFactory.scala
+++ b/src/compiler/scala/tools/nsc/classpath/ZipAndJarFileLookupFactory.scala
@@ -61,7 +61,7 @@ object ZipAndJarFlatClassPathFactory extends ZipAndJarFileLookupFactory {
}
/**
- * This type of classpath is closly related to the support for JSR-223.
+ * This type of classpath is closely related to the support for JSR-223.
* Its usage can be observed e.g. when running:
* jrunscript -classpath scala-compiler.jar;scala-reflect.jar;scala-library.jar -l scala
* with a particularly prepared scala-library.jar. It should have all classes listed in the manifest like e.g. this entry: