Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Astronaut4449 authored Mar 1, 2020
1 parent abf64a8 commit db24e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fun evalFile(scriptFile: File): ResultWithDiagnostics<EvaluationResult> {
val compilationConfiguration = createJvmCompilationConfigurationFromTemplate<SimpleScript> {
jvm {
// configure dependencies for compilation, they should contain at least the script base class and
// its dependencise
// its dependencies
// variant 1: try to extract current classpath and take only a path to the specified "script.jar"
dependenciesFromCurrentContext(
"script" /* script library jar name (exact or without a version) */
Expand Down

0 comments on commit db24e75

Please sign in to comment.