| Index: pkg/polymer/lib/src/build/runner.dart
|
| diff --git a/pkg/polymer/lib/src/build/runner.dart b/pkg/polymer/lib/src/build/runner.dart
|
| index d34077c9ac1773d23fc79b2c68921a61f95aadda..87db2ae9fe8ee83dae3b2ac215f2fd2fb17f3237 100644
|
| --- a/pkg/polymer/lib/src/build/runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -86,7 +86,7 @@ String readCurrentPackageFromPubspec([String dir]) {
|
| * Extract a mapping between package names and the path in the file system where
|
| * to find the sources of such package. This map will contain an entry for the
|
| * current package and everything it depends on (extracted via `pub
|
| - * list-pacakge-dirs`).
|
| + * list-package-dirs`).
|
| */
|
| Map<String, String> _readPackageDirsFromPub(String currentPackage) {
|
| var dartExec = Platform.executable;
|
|
|