瀏覽代碼

Another typo fix

Gama11 11 年之前
父節點
當前提交
742cae6419
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/neko/vm/Loader.hx

+ 1 - 1
std/neko/vm/Loader.hx

@@ -79,7 +79,7 @@ class Loader {
 		The default loader contains a cache of already loaded modules. It's
 		The default loader contains a cache of already loaded modules. It's
 		ensuring that the same module does not get loaded twice when circular
 		ensuring that the same module does not get loaded twice when circular
 		references are occuring. The same module can eventually be loaded twice
 		references are occuring. The same module can eventually be loaded twice
-		but with different names, for example with two relatives paths reprensenting
+		but with different names, for example with two relative paths reprensenting
 		the same file, since the cache is done on a by-name basic.
 		the same file, since the cache is done on a by-name basic.
 	**/
 	**/
 	public function getCache() : Map<String,Module> {
 	public function getCache() : Map<String,Module> {