浏览代码

typo, fixed issue #1545

Nicolas Cannasse 12 年之前
父节点
当前提交
16677a324e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/tools/haxelib/Main.hx

+ 1 - 1
std/tools/haxelib/Main.hx

@@ -145,7 +145,7 @@ class Main {
 		addCommand("config",config,"print the repository path",false);
 		addCommand("path",path,"give paths to libraries",false);
 		addCommand("run",run,"run the specified library with parameters",false);
-		addCommand("local",local,"install the specified package localy",false);
+		addCommand("local",local,"install the specified package locally",false);
 		addCommand("dev",dev,"set the development directory for a given library",false);
 		addCommand("git", git, "uses git repository as library");
 		addCommand("proxy", proxy, "setup the Http proxy");