diff --git a/libraries/stdlib/src/kotlin/io/Files.kt b/libraries/stdlib/src/kotlin/io/Files.kt index 890f2ce6e23..c246bb76856 100644 --- a/libraries/stdlib/src/kotlin/io/Files.kt +++ b/libraries/stdlib/src/kotlin/io/Files.kt @@ -26,7 +26,7 @@ inline val File.directory: File get() = if (this.isDirectory()) this else this.getParentFile()!! /** - * Returns the canoncial path of the file + * Returns the canonical path of the file */ inline val File.canonicalPath: String get() = getCanonicalPath()