Skip to content

Commit 8b5142e

Browse files
authored
Merge pull request Kotlin#1 from Astronaut4449/patch-1
Fixes typo.
2 parents 1a65706 + db24e75 commit 8b5142e

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)