Fixed typo.

This commit is contained in:
Evgeny Gerashchenko
2013-03-01 23:10:33 +04:00
parent e67e992bb0
commit 8df2f83de0
+1 -1
View File
@@ -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()