Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b5142e

Browse files
authored
Merge pull request #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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /