[minor] fix function name typo

This commit is contained in:
Ilya Chernikov
2019-01-09 16:01:52 +01:00
parent d5d60cbc6b
commit 298aaf999e
3 changed files with 4 additions and 4 deletions
@@ -124,7 +124,7 @@ fun scriptCompilationClasspathFromContextOrNull(
?: classpathFromClasspathProperty()?.takeAndFilter()
}
fun scriptCompilationClasspathFromContextOrStlib(
fun scriptCompilationClasspathFromContextOrStdlib(
vararg keyNames: String,
classLoader: ClassLoader = Thread.currentThread().contextClassLoader,
wholeClasspath: Boolean = false