소스 검색

Minor spelling typo fix

Dion Amago 10 년 전
부모
커밋
1a4501f8d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/haxe/io/Path.hx

+ 1 - 1
std/haxe/io/Path.hx

@@ -26,7 +26,7 @@ package haxe.io;
 	common path formats:
 
 	- directory1/directory2/filename.extension
-	- directory1\directory2\filename.excention
+	- directory1\directory2\filename.extension
 **/
 class Path {