Skip to content

Commit db24e75

Browse files
authoredMar 1, 2020
Fixes typo.
1 parent abf64a8 commit db24e75

File tree

1 file changed

+1
-1
lines changed
  • jvm/basic/jvm-simple-script/host/src/main/kotlin/org/jetbrains/kotlin/script/examples/jvm/simple/host

1 file changed

+1
-1
lines changed
 

‎jvm/basic/jvm-simple-script/host/src/main/kotlin/org/jetbrains/kotlin/script/examples/jvm/simple/host/host.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fun evalFile(scriptFile: File): ResultWithDiagnostics<EvaluationResult> {
2121
val compilationConfiguration = createJvmCompilationConfigurationFromTemplate<SimpleScript> {
2222
jvm {
2323
// configure dependencies for compilation, they should contain at least the script base class and
24-
// its dependencise
24+
// its dependencies
2525
// variant 1: try to extract current classpath and take only a path to the specified "script.jar"
2626
dependenciesFromCurrentContext(
2727
"script" /* script library jar name (exact or without a version) */

0 commit comments

Comments
 (0)